diff options
author | David Robillard <d@drobilla.net> | 2008-11-27 06:30:15 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-11-27 06:30:15 +0000 |
commit | 7ba06257407caaf23c29d7ca473b950a4be9bfec (patch) | |
tree | 00811bf6e16f29a998069223b19d3ba864a921c0 /src/gui | |
parent | 32ff9b5e6822f4af04c5be4a71b43c5363f58031 (diff) | |
download | ingen-7ba06257407caaf23c29d7ca473b950a4be9bfec.tar.gz ingen-7ba06257407caaf23c29d7ca473b950a4be9bfec.tar.bz2 ingen-7ba06257407caaf23c29d7ca473b950a4be9bfec.zip |
...
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1791 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-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() { |