summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-10-26 01:48:26 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-10-26 01:48:26 +0000
commitaef6bdba1c9a9d01556bbed7bb21d2c297694ed1 (patch)
tree174d507c920223e2786bdd4cbecb9b1b4f24498c /gtk2_ardour/audio_time_axis.cc
parent5695b1790e3fdee4f15a45ed507e41ac866917cd (diff)
last minute cleanups before beta62.0beta6
git-svn-id: svn://localhost/ardour2/trunk@1009 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_time_axis.cc')
-rw-r--r--gtk2_ardour/audio_time_axis.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc
index f8ace8244f..2be25f76aa 100644
--- a/gtk2_ardour/audio_time_axis.cc
+++ b/gtk2_ardour/audio_time_axis.cc
@@ -98,19 +98,11 @@ AudioTimeAxisView::AudioTimeAxisView (PublicEditor& ed, Session& sess, boost::sh
ignore_toggle = false;
- mute_button->set_active (false);
- solo_button->set_active (false);
-
if (is_audio_track())
controls_ebox.set_name ("AudioTimeAxisViewControlsBaseUnselected");
else // bus
controls_ebox.set_name ("AudioBusControlsBaseUnselected");
- /* map current state of the route */
-
- redirects_changed (0);
- reset_redirect_automation_curves ();
-
ensure_xml_node ();
set_state (*xml_node);