]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GuiImplementation.h
make it compile again
[lyx.git] / src / frontends / gtk / GuiImplementation.h
index c102bf50e3aae653420633fd62e5de56ff78940c..e18a760678e96e4fb2654b36d1321f64ccf5c815 100644 (file)
@@ -18,8 +18,6 @@
 #include "GScreen.h"
 #include "GWorkArea.h"
 
-#include "GuiClipboard.h"
-#include "GuiSelection.h"
 #include "GuiWorkArea.h"
 
 #include <boost/shared_ptr.hpp>
@@ -41,16 +39,6 @@ public:
        {
        }
 
-       lyx::frontend::Clipboard & clipboard()
-       {
-               return clipboard_;
-       }
-
-       lyx::frontend::Selection & selection()
-       {
-               return *selection_;
-       }
-
        int newView(unsigned int w, unsigned int h);
 
        LyXView & view(int /*id*/)
@@ -73,10 +61,6 @@ public:
        void destroyWorkArea(int /*id*/);
 
 private:
-       ///
-       GuiClipboard clipboard_;
-       ///
-       boost::shared_ptr<GuiSelection> selection_;
        ///
        boost::shared_ptr<GuiWorkArea> work_area_;
        ///