From 68e9ae383be360e5195633e3c3d23a67d1d2b5aa Mon Sep 17 00:00:00 2001 From: GZharun Date: Mon, 18 Aug 2014 12:10:54 +0300 Subject: [PATCH] [Summary] Removed unused code --- gtk2_ardour/editor_routes.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc index 6b2334566b..fa1cdd1929 100644 --- a/gtk2_ardour/editor_routes.cc +++ b/gtk2_ardour/editor_routes.cc @@ -528,12 +528,6 @@ EditorRoutes::redisplay () bool visible = tv->marked_for_display (); - bool show_number = true; - boost::shared_ptr at = boost::dynamic_pointer_cast(route); - if (at && at->is_master_track() ) { - show_number = false; - } - /* show or hide the TimeAxisView */ if (visible) { position += tv->show_at (position, n, &_editor->edit_controls_vbox);