X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fardour_window.h;h=5f85ea049bfa45a31765dda2309c696c90077c23;hb=6b1b72a247bf04c81292fc41af4f69c9b7f90379;hp=fe97855a4971e69da35f03c1a470ee184272285a;hpb=b40fe187758b6890579311a3250129288730a328;p=ardour.git diff --git a/gtk2_ardour/ardour_window.h b/gtk2_ardour/ardour_window.h index fe97855a49..5f85ea049b 100644 --- a/gtk2_ardour/ardour_window.h +++ b/gtk2_ardour/ardour_window.h @@ -20,7 +20,6 @@ #ifndef __ardour_window_h__ #define __ardour_window_h__ -#include #include #include "gtkmm2ext/visibility_tracker.h" @@ -37,7 +36,7 @@ namespace WM { * method of connecting and disconnecting from a Session with * all other objects that have a handle on a Session. */ -class ArdourWindow : public Gtk::Window, public virtual ARDOUR::SessionHandlePtr, public Gtkmm2ext::VisibilityTracker +class ArdourWindow : public Gtk::Window, public ARDOUR::SessionHandlePtr, public Gtkmm2ext::VisibilityTracker { public: ArdourWindow (std::string title); @@ -52,7 +51,6 @@ protected: void on_unmap (); private: - WM::ProxyTemporary* proxy; void init (); };