]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_iter.h
remove a friend + other stuff
[features.git] / src / mathed / math_iter.h
index 17ddc56d8c1ab3bacdf21938697db6ddb624a8ff..a16de18776dccba0f457e09bc4392c37e01780b2 100644 (file)
@@ -83,13 +83,13 @@ public:
        ///
        bool IsCR() const;
        ///
-       virtual void Reset();
+       void Reset();
        ///
-       virtual void Insert(byte, MathedTextCodes c = LM_TC_CONST);
+       void insert(byte, MathedTextCodes c);
        ///
-       virtual void Insert(MathedInset *, int t = LM_TC_INSET);
+       void insertInset(MathedInset *, int t);
        ///
-       virtual bool Delete();
+       bool Delete();
        ///
        virtual bool Next();
        /// Check consistency of tabs and newlines
@@ -157,10 +157,4 @@ protected:
        /// Recover previous state
        virtual void ipop();
 };
-
-///
-//#define MX_WAS_SUB   1
-///
-//#define MX_WAS_SUPER 2
-
 #endif