]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xiter.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_xiter.h
index 77d6324282c59f9b699e3d8a0859c6829dde49a9..309c1596cd2b221b0e2a27fbd95f74a47a1dceb3 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "math_iter.h"
 
-struct MathedRowSt;
+class MathedRowSt;
 class MathParInset;
 
 /**
@@ -30,7 +30,7 @@ public:
        ///
        bool Down();
        ///
-       bool goNextColumn();
+       void goNextColumn();
        ///
        void GoLast();
        ///
@@ -95,8 +95,6 @@ private:
        int sw;
        /// true= center, false= left align (default)
        bool limits;
-       /// Type of previous script
-       short s_type;  
        ///
        void ipush();
        ///
@@ -105,7 +103,6 @@ protected:
        /// 
        MathedRowSt * crow;
        
-private:
        ///
        friend class MathedCursor;
 };