]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.C
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_lefteqninset.C
index 6e4bb6fc6ad86c698b11bd57fc405378592e3308..39ac7522fa11a0ec402c8a26f0c19482f15492e4 100644 (file)
@@ -1,6 +1,3 @@
-#ifdef __GNUG__
-#pragma implementation
-#endif
 
 #include "math_lefteqninset.h"
 #include "math_support.h"
@@ -45,5 +42,3 @@ void MathLefteqnInset::infoize(std::ostream & os) const
 {
        os << "Lefteqn ";
 }
-
-