mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Fix unused variable warning
This commit is contained in:
parent
eaca325ce8
commit
c4c74933e1
1 changed files with 0 additions and 1 deletions
|
|
@ -758,7 +758,6 @@ ARDOUR_UI::toggle_luawindow ()
|
||||||
assert (editor && luawindow);
|
assert (editor && luawindow);
|
||||||
|
|
||||||
bool show = false;
|
bool show = false;
|
||||||
bool obscuring = false;
|
|
||||||
|
|
||||||
if (luawindow->not_visible ()) {
|
if (luawindow->not_visible ()) {
|
||||||
show = true;
|
show = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue