X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_component.h;h=f6816c56080776d3e5472cf41700005a26712281;hb=5e7d9d30e28e8022661497244ccd43a1f5a836c6;hp=328bfb15b209c4dca64d685218dd4e9cef5e7100;hpb=b233455b3fd00789e4f8a951f9fe205de92f94e2;p=ardour.git diff --git a/gtk2_ardour/editor_component.h b/gtk2_ardour/editor_component.h index 328bfb15b2..f6816c5608 100644 --- a/gtk2_ardour/editor_component.h +++ b/gtk2_ardour/editor_component.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2009 Paul Davis + Copyright (C) 2009 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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