summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.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/streamview.h
parent11619a37bff79c050e39e434bc9899b516cbe4a1 (diff)
remove no-op "horizontal_position_changed()" method from StreamView and RouteTimeAxisView
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index ce7991d2eb..c54d5dea70 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -75,7 +75,6 @@ public:
virtual int set_samples_per_pixel (double);
gdouble get_samples_per_pixel () const { return _samples_per_pixel; }
- virtual void horizontal_position_changed () {}
virtual void enter_internal_edit_mode ();
virtual void leave_internal_edit_mode ();