diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-07-28 10:22:07 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2016-07-28 10:22:07 +0000 |
| commit | cebbe5b970cba85a5e21f8347f0a20e78351d394 (patch) | |
| tree | ffd31e1bcd0188d4a2e47ba4758a89b9ab986c6d /src/extension/param/notebook.cpp | |
| parent | widgets/ruler: Drop GTK2 fallbacks (diff) | |
| download | inkscape-cebbe5b970cba85a5e21f8347f0a20e78351d394.tar.gz inkscape-cebbe5b970cba85a5e21f8347f0a20e78351d394.zip | |
extensions: Drop GTKMM2 fallbacks
(bzr r15023.2.5)
Diffstat (limited to 'src/extension/param/notebook.cpp')
| -rw-r--r-- | src/extension/param/notebook.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/extension/param/notebook.cpp b/src/extension/param/notebook.cpp index 20c8e8481..957d12d06 100644 --- a/src/extension/param/notebook.cpp +++ b/src/extension/param/notebook.cpp @@ -353,11 +353,7 @@ public: // hook function this->signal_switch_page().connect(sigc::mem_fun(this, &ParamNotebookWdg::changed_page)); }; -#if WITH_GTKMM_3_0 void changed_page(Gtk::Widget *page, guint pagenum); -#else - void changed_page(GtkNotebookPage *page, guint pagenum); -#endif bool activated; }; @@ -368,11 +364,7 @@ public: * is actually visible. This to exclude 'fake' changes when the * notebookpages are added or removed. */ -#if WITH_GTKMM_3_0 void ParamNotebookWdg::changed_page(Gtk::Widget * /*page*/, guint pagenum) -#else -void ParamNotebookWdg::changed_page(GtkNotebookPage * /*page*/, guint pagenum) -#endif { if (get_visible()) { _pref->set((int)pagenum, _doc, _node); |
