remove declaration of non-existent method

This commit is contained in:
Paul Davis
2016-02-25 15:07:34 -05:00
parent 22d0b06889
commit 59aa283f38

View File

@@ -57,8 +57,6 @@ class LIBGTKMM2EXT_API Tabbable : public WindowProxy {
Gtk::Window* own_window () { return get (false); }
virtual Gtk::Window* use_own_window (bool and_pack_it);
bool has_own_window () const;
void set_default_tabbed (bool yn);
virtual void show_window ();