]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/WorkArea.h
remove unneeded functions
[lyx.git] / src / frontends / WorkArea.h
index e8508d06f006279bc905c36dd51eaa44e86bcec5..b4d9f9ee199b249ae3f44841fdbebe79faf7b9fd 100644 (file)
@@ -23,9 +23,6 @@ class KeySymbol;
 
 namespace frontend {
 
-class LyXView;
-class Painter;
-
 /**
  * The work area class represents the widget that provides the
  * view onto a document. It is owned by the BufferView, and
@@ -38,11 +35,8 @@ class WorkArea
 public:
        ///
        WorkArea() {}
-
-       virtual ~WorkArea();
-
        ///
-       virtual void setLyXView(LyXView & lv) = 0;
+       virtual ~WorkArea();
 
        ///
        virtual BufferView & bufferView() = 0;