summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-06-12 00:19:33 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-06-12 00:19:42 -0400
commit0ab69cb8c748769343ca3404a2fc779ab18d94fb (patch)
treef3e01897009ac87ea44b50ab6df7396cfe6b93c2 /gtk2_ardour/editor_mixer.cc
parent9461fcb271e78f5cbac5537ad08cd9d87b255028 (diff)
OS X specific cleanup after canvas ruler introduction
Diffstat (limited to 'gtk2_ardour/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index 67e749de50..cfd832385f 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -166,7 +166,6 @@ void
Editor::ensure_all_elements_drawn ()
{
controls_layout.queue_draw ();
- ruler_label_event_box.queue_draw ();
time_bars_event_box.queue_draw ();
}
#endif