summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-17 22:35:42 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-17 22:35:42 +0000
commit6117b74bb9c8d9f84ac962be48ca382db90ed983 (patch)
tree5937eab072c2fd91052788242cf1ee911c570a3e /gtk2_ardour/time_axis_view.h
parent2ffc0cbe25287e504fc7e8ac3a07800405affeb4 (diff)
Make sense of parameter to tav_zoom_step match up with coarser as used for temporal zoom.
git-svn-id: svn://localhost/ardour2/branches/3.0@8896 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 55553fafe9..16c527d2be 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -154,13 +154,7 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful
std::pair<TimeAxisView*, ARDOUR::layer_t> covers_y_position (double);
- /**
- * Steps through the defined heights for this TrackView.
- * Sets bigger to true to step up in size, set to fals eot step smaller.
- *
- * @param bigger true if stepping should increase in size, false otherwise
- */
- virtual void step_height (bool bigger);
+ virtual void step_height (bool);
virtual ARDOUR::RouteGroup* route_group() const { return 0; }
virtual boost::shared_ptr<ARDOUR::Playlist> playlist() const { return boost::shared_ptr<ARDOUR::Playlist> (); }