]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/screen.h
Joao latest bits
[lyx.git] / src / frontends / screen.h
index 5ba7bbf22233723acc97b980e152356ba2a60fe3..8b8959c5f82f363ed43a5270fcc43f5e948e34ee 100644 (file)
@@ -7,14 +7,12 @@
  * \author unknown
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef SCREEN_H
 #define SCREEN_H
 
-#include "RowList.h"
-
 class LyXText;
 class LyXCursor;
 class WorkArea;
@@ -77,7 +75,7 @@ public:
 
        /// hide the visible cursor, if it is visible
        void hideCursor();
-       
+
        /// show the cursor if it is not visible
        void showCursor(BufferView & bv);
 
@@ -108,9 +106,6 @@ protected:
        virtual void removeCursor() = 0;
 
 private:
-       /// y1 and y2 are coordinates of the screen
-       void drawFromTo(LyXText *, BufferView *);
-
        /// grey out (no buffer)
        void greyOut();