X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fgtk%2FGWorkArea.h;h=aef07a43495124da0af9c64d234c8411bda529d3;hb=063994371eb9d3465ddeda0a41aa450f891043be;hp=3ee079c23a3b0a8e5cb9456935c57d605bd54f62;hpb=ebaaff58fad6299f19bfd65157b5deabf6925fcf;p=lyx.git diff --git a/src/frontends/gtk/GWorkArea.h b/src/frontends/gtk/GWorkArea.h index 3ee079c23a..aef07a4349 100644 --- a/src/frontends/gtk/GWorkArea.h +++ b/src/frontends/gtk/GWorkArea.h @@ -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_;