]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_cursor.h
index 60f76d2512e48fdc34e4fba853545558a22e4cd0..c8d1da8c1960a6eeece9b0e0c86f095ff7db944c 100644 (file)
@@ -135,10 +135,6 @@ public:
 protected:
        ///
        bool macro_mode;
-       ///
-       void MacroModeBack();
-       ///
-       void MacroModeInsert(char);
        
        // Selection stuff
        ///
@@ -150,20 +146,10 @@ protected:
        ///
        MathedXIter * anchor;
        ///
-//    MathedArray *selarray; 
-       ///
-       bool is_visible;
-       ///
-       long unsigned win;
-       ///
        MathParInset * par;
        ///
        MathedXIter * cursor;
        ///
-       int xc;
-       ///
-       int yc;
-       ///
        void doAccent(byte c, MathedTextCodes t);
        ///
        void doAccent(MathedInset * p);