some fixes/improvements for track selection; add upload target to manual makefile...
[ardour.git] / gtk2_ardour / public_editor.cc
index b8b154d8bdaec4fc3e24364707f9c01c7f736311..36d51d97a17f8df2ad917c3b79316ff6d0e8db08 100644 (file)
@@ -4,8 +4,7 @@
 PublicEditor* PublicEditor::_instance = 0;
 
 PublicEditor::PublicEditor ()
-       : Window (Gtk::WINDOW_TOPLEVEL),
-         KeyboardTarget (*this, "editor")
+       : Window (Gtk::WINDOW_TOPLEVEL)
 {
 }