Remove AutomationControlSet

This commit is contained in:
Robin Gareus 2022-10-17 23:25:05 +02:00
parent 1b23021303
commit 5352f5516e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -639,7 +639,6 @@ typedef std::list<boost::weak_ptr <Route> > WeakRouteList;
typedef std::list<boost::weak_ptr <Stripable> > WeakStripableList;
typedef std::list<boost::shared_ptr<AutomationControl> > ControlList;
typedef std::list<boost::shared_ptr<SlavableAutomationControl> > SlavableControlList;
typedef std::set <boost::shared_ptr<AutomationControl> > AutomationControlSet;
typedef std::list<boost::shared_ptr<VCA> > VCAList;