X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdociterator.h;h=da4f082c0c1ec09f9ddb243e747d6d023d2692a4;hb=37e82a546392d43f787826b85481a11f2a27af15;hp=50d8d4e72df044b1f8274fc2949c7718a426e6d1;hpb=ed064bdee611821c1ebdac78b7a085dfde9f0b5a;p=lyx.git diff --git a/src/dociterator.h b/src/dociterator.h index 50d8d4e72d..da4f082c0c 100644 --- a/src/dociterator.h +++ b/src/dociterator.h @@ -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;