]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiImplementation.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / GuiImplementation.h
index ad1ebc614b0ec5af316634306cdd77adb5bd0b6e..312227dc0c0a8f71f0faf828812288b24dcb790f 100644 (file)
@@ -14,7 +14,6 @@
 #define GUI_H
 
 #include "frontends/Gui.h"
-#include "GuiClipboard.h"
 
 #include <boost/shared_ptr.hpp>
 
@@ -37,8 +36,6 @@ public:
        GuiImplementation();
        virtual ~GuiImplementation() {}
 
-       Clipboard& clipboard();
-
        int newView(unsigned int width, unsigned int height);
        LyXView& view(int id);
        void destroyView(int id);
@@ -49,8 +46,6 @@ public:
 
 
 private:
-       ///
-       GuiClipboard clipboard_;
        ///
        std::map<int, boost::shared_ptr<GuiView> > views_;
        ///