[Summary] Removed unused code

This commit is contained in:
GZharun 2014-08-18 12:10:54 +03:00 committed by Paul Davis
parent fbbac3277d
commit 68e9ae383b

View file

@ -528,12 +528,6 @@ EditorRoutes::redisplay ()
bool visible = tv->marked_for_display ();
bool show_number = true;
boost::shared_ptr<AudioTrack> at = boost::dynamic_pointer_cast<AudioTrack>(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);