libardour now has CoreSelection object to manage selection status of Stripables and...
[ardour.git] / libs / ardour / vca.cc
index d056c855edd607a604f001f4d2557928cece4601..3eff1a6b4554512f1274a5ef99ada88dffda9927 100644 (file)
@@ -70,7 +70,6 @@ VCA::get_next_vca_number ()
 VCA::VCA (Session& s, int32_t num, const string& name)
        : Stripable (s, name, PresentationInfo (num, PresentationInfo::VCA))
        , Muteable (s, name)
-       , Automatable (s)
        , _number (num)
        , _gain_control (new GainControl (s, Evoral::Parameter (GainAutomation), boost::shared_ptr<AutomationList> ()))
 {