X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_component.h;h=f6816c56080776d3e5472cf41700005a26712281;hb=98f44aa20cef3c59506c2b15af92c6499d8b1c57;hp=e5ec1259dc4e6086b08ac41e51eda4165901ce56;hpb=bb9cc45cd22af67ac275a5e73accbe14fee664d8;p=ardour.git diff --git a/gtk2_ardour/editor_component.h b/gtk2_ardour/editor_component.h index e5ec1259dc..f6816c5608 100644 --- a/gtk2_ardour/editor_component.h +++ b/gtk2_ardour/editor_component.h @@ -20,32 +20,16 @@ #ifndef __ardour_gtk_editor_component_h__ #define __ardour_gtk_editor_component_h__ -#include -#include - -namespace ARDOUR { - class Session; -} - class Editor; class EditorComponent { public: EditorComponent (Editor *); - - virtual void connect_to_session (ARDOUR::Session *); + virtual ~EditorComponent() {} protected: - Editor* _editor; - ARDOUR::Session* _session; - std::list _session_connections; - -private: - - void session_going_away (); - }; #endif