remove unused line
[ardour.git] / libs / ardour / ardour / selection.h
index 6d022b115a8d68af25f1b99baf7f9fc71c04f861..8da0692761c451fb8a7ef2e853a9775db60f940b 100644 (file)
@@ -36,6 +36,7 @@ namespace ARDOUR {
 class AutomationControl;
 class Session;
 class Stripable;
+class VCAManager;
 class PresentationInfo;
 
 class LIBARDOUR_API CoreSelection : public PBD::Stateful {
@@ -75,6 +76,8 @@ class LIBARDOUR_API CoreSelection : public PBD::Stateful {
 
   protected:
        friend class Stripable;
+       friend class Session;
+       friend class VCAManager;
        void remove_stripable_by_id (PBD::ID const &);
 
   private: