]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
get rid of LYX_LIBS
[lyx.git] / src / BufferView.h
index 6a783e7c231b8f3d73e7bbc86c1ba1de9c2bf4f3..18df76f34f2915fff48927f9f79dd99b75996230 100644 (file)
@@ -27,7 +27,6 @@ class LyXText;
 class TeXErrors;
 class Buffer;
 class LyXScreen;
-class WorkArea;
 class Language;
 class Painter;
 class UpdatableInset;
@@ -66,7 +65,7 @@ public:
        ///
        void redraw();
        ///
-       void fitCursor(LyXText *);
+       void fitCursor();
        ///
        void update();
        //
@@ -74,8 +73,7 @@ public:
        ///
        void updateScrollbar();
        ///
-       Inset * checkInsetHit(LyXText *, int & x, int & y,
-                             unsigned int button);
+       Inset * checkInsetHit(LyXText *, int & x, int & y);
        /// 
        void redoCurrentBuffer();
        ///
@@ -133,13 +131,11 @@ public:
        ///
        string const nextWord(float & value);
        ///
-       void insertCorrectQuote();
-       ///
        bool gotoLabel(string const & label);
        ///
        void paste();
        ///
-       void cut();
+       void cut(bool realcut = true);
        ///
        void copy();
        ///
@@ -204,8 +200,6 @@ public:
        ///
        void setState();
 
-       ///
-       void pushIntoUpdateList(Inset * i);
        ///
        bool ChangeInsets(Inset::Code code, string const & from, 
                          string const & to);