Remove unused method (see also 875f69438)
This commit is contained in:
@@ -51,8 +51,6 @@ public:
|
||||
boost::shared_ptr<Panner> panner() const { return _panner.lock(); }
|
||||
void set_panner(boost::shared_ptr<Panner>);
|
||||
|
||||
Session& session() { return _session; }
|
||||
|
||||
const std::set<Evoral::Parameter>& what_can_be_automated() const;
|
||||
|
||||
void set_automation_state (AutoState);
|
||||
|
||||
@@ -145,7 +145,7 @@ Pannable::set_automation_state (AutoState state)
|
||||
}
|
||||
}
|
||||
|
||||
session().set_dirty ();
|
||||
_session.set_dirty ();
|
||||
automation_state_changed (_auto_state);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user