]> git.lyx.org Git - lyx.git/blobdiff - src/CursorSlice.h
Spaces in typewriter font never expand in justified text
[lyx.git] / src / CursorSlice.h
index f6d60d8ce627430d35e2d8468460f43a595abcb2..eb865de9482013ec8f742b9689d946fb2b525965 100644 (file)
@@ -24,7 +24,7 @@
 
 namespace lyx {
 
-class Inset;
+class InsetMath;
 class MathData;
 class Text;
 class Paragraph;
@@ -44,13 +44,6 @@ public:
        friend class StableDocIterator;
        //@}
 
-       /// type for cell number in inset
-       typedef size_t idx_type;
-       /// type for row indices
-       typedef size_t row_type;
-       /// type for col indices
-       typedef size_t col_type;
-
        ///
        CursorSlice();
        ///