]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.h
Amend 3093789e for cmake build
[lyx.git] / src / DocIterator.h
index 344445b149073fefafc64234cce37a2370dcba51..ca687570f9623c7508ab362b1641629a5c1ccbed 100644 (file)
@@ -34,14 +34,6 @@ DocIterator doc_iterator_end(Buffer const * buf, Inset const * inset = 0);
 
 class DocIterator
 {
-public:
-       /// type for cell number in inset
-       typedef CursorSlice::idx_type idx_type;
-       /// type for row indices
-       typedef CursorSlice::row_type row_type;
-       /// type for col indices
-       typedef CursorSlice::col_type col_type;
-
 public:
        ///
        DocIterator();