summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-06-16 22:12:32 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-06-16 22:15:32 -0400
commit1c24a847dd9e0516035a4ad00d1f6a459c11bf94 (patch)
tree48a1fc0dcc683353672afd467ca1481cc7a79591 /gtk2_ardour/route_time_axis.h
parent11619a37bff79c050e39e434bc9899b516cbe4a1 (diff)
remove no-op "horizontal_position_changed()" method from StreamView and RouteTimeAxisView
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 7a01ece03c..2d854c451a 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -212,7 +212,6 @@ protected:
virtual void label_view ();
void reset_samples_per_pixel ();
- void horizontal_position_changed ();
virtual void build_automation_action_menu (bool);
virtual void append_extra_display_menu_items () {}