X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fgtk%2FGuiImplementation.h;h=e18a760678e96e4fb2654b36d1321f64ccf5c815;hb=063994371eb9d3465ddeda0a41aa450f891043be;hp=c102bf50e3aae653420633fd62e5de56ff78940c;hpb=ebaaff58fad6299f19bfd65157b5deabf6925fcf;p=lyx.git diff --git a/src/frontends/gtk/GuiImplementation.h b/src/frontends/gtk/GuiImplementation.h index c102bf50e3..e18a760678 100644 --- a/src/frontends/gtk/GuiImplementation.h +++ b/src/frontends/gtk/GuiImplementation.h @@ -18,8 +18,6 @@ #include "GScreen.h" #include "GWorkArea.h" -#include "GuiClipboard.h" -#include "GuiSelection.h" #include "GuiWorkArea.h" #include @@ -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 selection_; /// boost::shared_ptr work_area_; ///