summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 4f2164f3aa..041cbb59e1 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -112,8 +112,6 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
{
RouteUI::set_route (rt);
- show_name_label ();
-
gm.set_controls (_route, _route->shared_peak_meter(), _route->amp());
gm.get_level_meter().set_no_show_all();
gm.get_level_meter().setup_meters(50);
@@ -323,11 +321,6 @@ RouteTimeAxisView::label_view ()
{
string x = _route->name();
- if (name_entry && x != name_entry->get_text()) {
- name_entry->set_text (x);
- ARDOUR_UI::instance()->set_tip (*name_entry, Glib::Markup::escape_text(x));
- }
-
if (x != name_label.get_text()) {
name_label.set_text (x);
}