X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FWorkArea.h;h=7c00df597da8480065aa6e0f56b4d9b5d69df6c2;hb=8cb2e519b3975cc643f2c93706137cf2e6a4f4d8;hp=31af5a2bd11936d8d19e9de14b1e81cd22b1bbda;hpb=74b224fcba406f4ea4d1f1fa91a63aea39ca2712;p=lyx.git diff --git a/src/WorkArea.h b/src/WorkArea.h index 31af5a2bd1..7c00df597d 100644 --- a/src/WorkArea.h +++ b/src/WorkArea.h @@ -30,19 +30,12 @@ using SigC::Signal2; using SigC::Signal3; #endif -#if 0 -class BufferView; -#endif /// class WorkArea { public: /// - WorkArea( -#if 0 - BufferView *, -#endif - int xpos, int ypos, int width, int height); + WorkArea(int xpos, int ypos, int width, int height); /// ~WorkArea(); /// @@ -110,10 +103,6 @@ public: string const getClipboard() const; /// void putClipboard(string const &) const; -#if 0 - /// - BufferView * owner() const { return owner_; } -#endif // Signals /// Signal0 workAreaExpose; @@ -148,10 +137,6 @@ private: FL_OBJECT * work_area; /// FL_OBJECT * scrollbar; -#if 0 - /// - BufferView * owner_; -#endif /// The pixmap overlay on the workarea Pixmap workareapixmap; ///