13
0

Fix unused variable warning

This commit is contained in:
David Robillard 2016-03-15 11:16:40 -04:00
parent eaca325ce8
commit c4c74933e1

View File

@ -758,7 +758,6 @@ ARDOUR_UI::toggle_luawindow ()
assert (editor && luawindow);
bool show = false;
bool obscuring = false;
if (luawindow->not_visible ()) {
show = true;