summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-12-12 20:14:19 +0000
committerCarl Hetherington <carl@carlh.net>2010-12-12 20:14:19 +0000
commit6fff4dcddaaa6f8aa0b66d200270ce0a1092ba27 (patch)
tree9c81b52574d8370bad7f925ad137ff1cc0af01b5 /gtk2_ardour/automation_line.h
parentb0c23c0646d9771ca171197a42094100ed9e6ee4 (diff)
Small cleanups.
git-svn-id: svn://localhost/ardour2/branches/3.0@8255 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_line.h')
-rw-r--r--gtk2_ardour/automation_line.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h
index 6fea1699cc..c9ae5becaa 100644
--- a/gtk2_ardour/automation_line.h
+++ b/gtk2_ardour/automation_line.h
@@ -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