remove declaration of non-existent method
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 25 Feb 2016 20:07:34 +0000 (15:07 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 25 Feb 2016 20:07:34 +0000 (15:07 -0500)
libs/gtkmm2ext/gtkmm2ext/tabbable.h

index c9b06ac3cafe23aca03170cd9d98d635e7c50882..1e85ed87825d19457b39fa55039348b4b4cec50b 100644 (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 ();