]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GWorkArea.h
make it compile again
[lyx.git] / src / frontends / gtk / GWorkArea.h
index 3ee079c23a3b0a8e5cb9456935c57d605bd54f62..aef07a43495124da0af9c64d234c8411bda529d3 100644 (file)
@@ -82,8 +82,6 @@ public:
        ColorHandler & getColorHandler();
 
        virtual void setScrollbarParams(int height, int pos, int line_height);
-       /// a selection exists
-       virtual void haveSelection(bool);
        void inputCommit(gchar * str);
 
        LyXView & view()
@@ -100,8 +98,6 @@ private:
        bool onButtonRelease(GdkEventButton * event);
        bool onMotionNotify(GdkEventMotion * event);
        bool onKeyPress(GdkEventKey * event);
-       void onClipboardGet(Gtk::SelectionData & selection_data, guint info);
-       void onClipboardClear();
        LyXView & view_;
        Gtk::HBox hbox_;
        Gtk::DrawingArea workArea_;