]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / BufferView.h
index e1d8ffec43dcb33a13452a40f242e868123fc432..3f20c3a0892a756a07776c8a730b0ff2846a1cdf 100644 (file)
@@ -238,24 +238,6 @@ public:
 
        ///
        void pushIntoUpdateList(Inset * i);
-#if 0
-       ///
-       void workAreaExpose();
-       ///
-       void workAreaButtonPress(int x, int y, unsigned int button);
-       ///
-       void workAreaButtonRelease(int x, int y, unsigned int button);
-       ///
-       void workAreaMotionNotify(int x, int y, unsigned int state);
-       ///
-       void doubleClick(int x, int y, unsigned int button);
-       ///
-       void tripleClick(int x, int y, unsigned int button);
-       ///
-       void enterView();
-       ///
-       void leaveView();
-#endif
        ///
        bool ChangeInsets(Inset::Code code, string const & from, 
                          string const & to);