13
0

Remove unused method.

This commit is contained in:
David Robillard 2014-12-01 16:59:10 -05:00
parent 767c0238a3
commit b3ea22fc3f
2 changed files with 0 additions and 7 deletions

View File

@ -1088,11 +1088,6 @@ AutomationLine::clear ()
new MementoCommand<AutomationList> (memento_command_binder (), &before, &alist->get_state()));
}
void
AutomationLine::change_model (AutomationList::iterator /*i*/, double /*x*/, double /*y*/)
{
}
void
AutomationLine::set_list (boost::shared_ptr<ARDOUR::AutomationList> list)
{

View File

@ -206,8 +206,6 @@ private:
void sync_model_with_view_points (std::list<ControlPoint*>);
void start_drag_common (double, float);
virtual void change_model (ARDOUR::AutomationList::iterator, double x, double y);
void reset_callback (const Evoral::ControlList&);
void list_changed ();