]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/formula.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / formula.h
index 3b39db468eee7c4d7eda76ed576a7e0667e66b73..3c7381ee24a172e7fac38c634fcfe75a5b368da5 100644 (file)
@@ -15,9 +15,6 @@
 #ifndef INSET_FORMULA_H
 #define INSET_FORMULA_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "formulabase.h"
 #include "math_atom.h"
@@ -44,7 +41,7 @@ public:
        ///
        int width(BufferView *, LyXFont const &) const;
        ///
-       void draw(BufferView *, LyXFont const &, int, float &, bool) const;
+       void draw(BufferView *, LyXFont const &, int, float &) const;
 
        ///
        void write(Buffer const *, std::ostream &) const;