Remove unused method.
This commit is contained in:
parent
767c0238a3
commit
b3ea22fc3f
@ -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)
|
||||
{
|
||||
|
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user