]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_ertinset.C
split inset -> inset + updatableinset
[lyx.git] / src / mathed / math_ertinset.C
index 14f6bc7fed800b00b6ac2b5f52516a09c0cd9839..60479696a331052f2cfe38b28a9184fcd5dc34a1 100644 (file)
@@ -1,8 +1,4 @@
 
-#ifdef __GNUG__
-#pragma implementation 
-#endif
-
 #include <config.h>
 
 #include "math_ertinset.h"
@@ -46,4 +42,3 @@ void MathErtInset::infoize(std::ostream & os) const
 {
        os << "Box: Ert";
 }
-