]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
don't rm emergency saves ever
[lyx.git] / src / BufferView.h
index 13053325051f971203d4c7dc636cfc18ea9dd69b..9a586251083ef43b4ecd560154051a44983d897a 100644 (file)
@@ -167,14 +167,6 @@ public:
        /// Inserts a lyx file at cursor position. return false if it fails
        bool insertLyXFile(string const & file);
 
-       /// show the user cursor
-       void showCursor();
-       /// hide the user cursor
-       void hideCursor();
-       /// FIXME
-       void showLockedInsetCursor(int x, int y, int asc, int desc);
-       /// FIXME
-       void hideLockedInsetCursor();
        /// FIXME
        bool fitLockedInsetCursor(int x, int y, int asc, int desc);
        /// FIXME
@@ -184,6 +176,9 @@ public:
        /// FIXME: my word !
        void toggleToggle();
 
+       /// hide the cursor if it is visible
+       void hideCursor();
+
        /// center the document view around the cursor
        void center();
        /// scroll document by the given number of lines of default height