X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_component.h;h=f6816c56080776d3e5472cf41700005a26712281;hb=20fb871d5ac252c820bc8dc38403b2fbb4e4aca8;hp=5c1ae8be2a7c658bb2b40129a953aa4574f8a783;hpb=3fdcba185980896366cc0d3d14f6dfd6bbaf1d0a;p=ardour.git diff --git a/gtk2_ardour/editor_component.h b/gtk2_ardour/editor_component.h index 5c1ae8be2a..f6816c5608 100644 --- a/gtk2_ardour/editor_component.h +++ b/gtk2_ardour/editor_component.h @@ -20,13 +20,6 @@ #ifndef __ardour_gtk_editor_component_h__ #define __ardour_gtk_editor_component_h__ -#include -#include - -namespace ARDOUR { - class Session; -} - class Editor; class EditorComponent @@ -35,18 +28,8 @@ public: EditorComponent (Editor *); virtual ~EditorComponent() {} - virtual void connect_to_session (ARDOUR::Session *); - protected: - Editor* _editor; - ARDOUR::Session* _session; - std::list _session_connections; - -private: - - void session_going_away (); - }; #endif