summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_routes.h')
-rw-r--r--gtk2_ardour/editor_routes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h
index dea8da6cc0..21a92fc423 100644
--- a/gtk2_ardour/editor_routes.h
+++ b/gtk2_ardour/editor_routes.h
@@ -42,10 +42,6 @@ public:
_no_redisplay = true;
}
- void allow_redisplay () {
- _no_redisplay = false;
- }
-
void resume_redisplay () {
_no_redisplay = false;
redisplay ();