]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.h
Amend 3093789e for cmake build
[lyx.git] / src / DocIterator.h
index 69930fcc7d09b3e50f3dc7e08bd5c30c87960bac..ca687570f9623c7508ab362b1641629a5c1ccbed 100644 (file)
@@ -15,7 +15,7 @@
 #include "CursorSlice.h"
 
 #include <vector>
-#include <algorithm>
+#include <algorithm> // std::min in MSVC 2017
 
 namespace lyx {
 
@@ -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();