diff options
Diffstat (limited to 'src/gui/PatchBox.cpp')
-rw-r--r-- | src/gui/PatchBox.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/PatchBox.cpp b/src/gui/PatchBox.cpp index a97c4e52..188e1df1 100644 --- a/src/gui/PatchBox.cpp +++ b/src/gui/PatchBox.cpp @@ -34,7 +34,6 @@ #include "LoadPluginWindow.hpp" #include "MessagesWindow.hpp" #include "NewSubpatchWindow.hpp" -#include "NodeControlWindow.hpp" #include "PatchCanvas.hpp" #include "PatchTreeWindow.hpp" #include "PatchView.hpp" @@ -145,8 +144,6 @@ PatchBox::PatchBox(BaseObjectType* cobject, sigc::mem_fun(this, &PatchBox::event_zoom_normal)); _menu_view_engine_window->signal_activate().connect( sigc::mem_fun(this, &PatchBox::event_show_engine)); - _menu_view_control_window->signal_activate().connect( - sigc::mem_fun(this, &PatchBox::event_show_controls)); _menu_view_patch_properties->signal_activate().connect( sigc::mem_fun(this, &PatchBox::event_show_properties)); @@ -412,12 +409,6 @@ PatchBox::event_clipboard_changed(GdkEventOwnerChange* ev) } void -PatchBox::event_show_controls() -{ - _app->window_factory()->present_controls(_patch); -} - -void PatchBox::event_show_properties() { _app->window_factory()->present_properties(_patch); |