Remove unused method (see also 875f69438)

This commit is contained in:
Robin Gareus 2020-03-23 06:13:34 +01:00
parent faac3e0d38
commit 7aa4d6a91f
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 1 additions and 3 deletions

View file

@ -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);

View file

@ -145,7 +145,7 @@ Pannable::set_automation_state (AutoState state)
}
}
session().set_dirty ();
_session.set_dirty ();
automation_state_changed (_auto_state);
}
}