]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.h
Account for kerning when positioning scripts in the MathFontOld and
[lyx.git] / src / cursor.h
index b8f3336b5041305688130008cc4a6952ca34a747..557ceae7e12b8270190220e3b7f6afa1f136bb96 100644 (file)
@@ -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;
 
        //