]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_textinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_textinset.h
index db8b391daa1f9cd17bcfe78d794095503f6e1b9c..19ed4f080b5ee144083dc6632b67f8fcb1f4eccd 100644 (file)
@@ -1,9 +1,6 @@
 #ifndef MATH_TEXTINSET_H
 #define MATH_TEXTINSET_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "math_gridinset.h"
 
@@ -27,7 +24,7 @@ public:
        /// moves cursor up or down
        bool idxUpDown(idx_type &, pos_type & pos, bool up, int targetx) const;
 protected:
-       /// row corresponding to given position 
+       /// row corresponding to given position
        idx_type pos2row(pos_type pos) const;
        /// cached metrics
        mutable MathGridInset cache_;