summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-04-21 23:54:20 +0000
committerCarl Hetherington <carl@carlh.net>2012-04-21 23:54:20 +0000
commitca96b9afe85018fac3e5097f7b211a544d7689a9 (patch)
tree96c018c36cf1f69eee619c82925511157869da83 /gtk2_ardour/automation_line.h
parentf0a93dbf6a8fce3d89bb228d3096e0275c0b4cf6 (diff)
Remove some unused code.
git-svn-id: svn://localhost/ardour2/branches/3.0@12052 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_line.h')
-rw-r--r--gtk2_ardour/automation_line.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h
index 3ca2ec171b..841d7e6f55 100644
--- a/gtk2_ardour/automation_line.h
+++ b/gtk2_ardour/automation_line.h
@@ -129,9 +129,6 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
void modify_point_y (ControlPoint&, double);
- void add_always_in_view (double);
- void clear_always_in_view ();
-
virtual MementoCommandBinder<ARDOUR::AutomationList>* memento_command_binder ();
const Evoral::TimeConverter<double, ARDOUR::framepos_t>& time_converter () const {
@@ -192,7 +189,6 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
double _drag_x; ///< last x position of the drag, in units
double _drag_distance; ///< total x movement of the drag, in units
double _last_drag_fraction; ///< last y position of the drag, as a fraction
- std::list<double> _always_in_view;
/** offset from the start of the automation list to the start of the line, so that
* a +ve offset means that the 0 on the line is at _offset in the list
*/