X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fcursor.h;h=557ceae7e12b8270190220e3b7f6afa1f136bb96;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=b8f3336b5041305688130008cc4a6952ca34a747;hpb=c6f0c8d0b60029a24e1ecb2f8aaf48aeae4405e5;p=lyx.git diff --git a/src/cursor.h b/src/cursor.h index b8f3336b50..557ceae7e1 100644 --- a/src/cursor.h +++ b/src/cursor.h @@ -104,8 +104,6 @@ public: /// returns x,y position void getPos(int & x, int & y) const; /// the row in the paragraph we're in - Row & textRow(); - /// the row in the paragraph we're in Row const & textRow() const; //