]> git.lyx.org Git - lyx.git/blobdiff - src/dociterator.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / dociterator.h
index 50d8d4e72df044b1f8274fc2949c7718a426e6d1..da4f082c0c1ec09f9ddb243e747d6d023d2692a4 100644 (file)
@@ -92,10 +92,6 @@ public:
        pos_type & pos() { return back().pos(); }
        /// return the last position within the paragraph
        pos_type lastpos() const;
-       /// return the display row of the cursor with in the top par
-       row_type crow() const;
-       /// return the display row of the cursor with in the top par
-       row_type lastcrow() const;
 
        /// return the number of embedded cells
        size_t nargs() const;