Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / public_editor.cc
index 1b8b5c480155da25b1522fab64bb3221c564b078..e88f273c8795e29944c2c90f0c448a9eec292de8 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include "public_editor.h"
-#include "editor.h"
 
 PublicEditor* PublicEditor::_instance = 0;
 
@@ -31,6 +30,8 @@ sigc::signal<void> PublicEditor::DropDownKeys;
 
 PublicEditor::PublicEditor ()
        : Window (Gtk::WINDOW_TOPLEVEL)
+       , VisibilityTracker (*((Gtk::Window*)this))
+       , _suspend_route_redisplay_counter (0)
 {
 }