Small cleanups.

git-svn-id: svn://localhost/ardour2/branches/3.0@8255 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-12-12 20:14:19 +00:00
parent b0c23c0646
commit 6fff4dcdda
4 changed files with 7 additions and 17 deletions

View file

@ -190,7 +190,6 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
void list_changed ();
virtual bool event_handler (GdkEvent*);
virtual void add_model_point (ALPoints& tmp_points, double frame, double yfract);
private:
std::list<ControlPoint*> _drag_points; ///< points we are dragging