]> git.lyx.org Git - features.git/blobdiff - src/BufferView.h
fixes because of SUN CC warnings, bmtable now compiled with C compilator, countChar...
[features.git] / src / BufferView.h
index 45e4cce06be4fc8dc434bb7dfde64c37f1812334..2ec4f88575b3d429ccb059b3d87840a9fce95ea9 100644 (file)
@@ -30,7 +30,7 @@ class Inset;
 class BufferView {
 public:
        ///
-       BufferView(LyXView *owner, int , int , int, int);
+       BufferView(LyXView * owner, int , int , int, int);
        ///
        ~BufferView();
        ///
@@ -66,11 +66,10 @@ public:
        ///
        LyXView * owner() const { return owner_; }
        ///
-       LyXScreen * getScreen()
-               {
-                       fl_set_timer(timer_cursor, 0.4);
-                       return screen;
-               }
+       LyXScreen * getScreen() {
+               fl_set_timer(timer_cursor, 0.4);
+               return screen;
+       }
         ///
         void savePosition();
         ///
@@ -142,8 +141,6 @@ private:
        ///
        long current_scrollbar_value;
        ///
-       int work_area_width;
-       ///
        bool lyx_focus;
        ///
        bool work_area_focus;