diff options
-rw-r--r-- | src/gui/PatchWindow.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/PatchWindow.cpp b/src/gui/PatchWindow.cpp index 0863b770..30806c7c 100644 --- a/src/gui/PatchWindow.cpp +++ b/src/gui/PatchWindow.cpp @@ -335,12 +335,10 @@ PatchWindow::object_left(ObjectModel* model) void PatchWindow::editable_changed(bool editable) { - //const Atom& enabled = _patch->get_variable("ingen:enabled"); _menu_edit_controls->set_active(editable); } - void PatchWindow::event_show_engine() { |