]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
delete unused variables.
[lyx.git] / src / lyxtext.h
index b1a7f71f5890897a218b31d0bb6e0aa4f5c6566e..a01fb2ea72a7ec71746ff22080f678b08a42308d 100644 (file)
@@ -185,8 +185,10 @@ public:
        void recUndo(LCursor & cur, pit_type first, pit_type last) const;
        ///
        void recUndo(LCursor & cur, pit_type first) const;
-       /// returns true if par was empty and was removed
-       bool setCursorFromCoordinates(LCursor & cur, int x, int y);
+
+       /// sets cursor only within this LyXText.
+       /// x,y are screen coordinates
+       void setCursorFromCoordinates(LCursor & cur, int x, int y);
 
        /// sets cursor recursively descending into nested editable insets
        /**