mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 11:06:32 +01:00
Remove unused method (see also 875f69438)
This commit is contained in:
parent
faac3e0d38
commit
7aa4d6a91f
2 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue