summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchCanvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchCanvas.cpp')
-rw-r--r--src/gui/PatchCanvas.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/PatchCanvas.cpp b/src/gui/PatchCanvas.cpp
index 6673c1d3..9b9c466b 100644
--- a/src/gui/PatchCanvas.cpp
+++ b/src/gui/PatchCanvas.cpp
@@ -61,7 +61,6 @@ PatchCanvas::PatchCanvas(SharedPtr<PatchModel> patch, int width, int height)
, _last_click_x(0)
, _last_click_y(0)
, _paste_count(0)
- , _refresh_menu(false)
, _human_names(true)
, _show_port_names(true)
, _menu(NULL)
@@ -347,8 +346,6 @@ PatchCanvas::add_plugin(SharedPtr<PluginModel> p)
_classless_menu->show();
}
}
-
- _refresh_menu = true; // Refresh next time on show
}