consolidate BundleAdded/Remove signal
[ardour.git] / libs / ardour / ardour / file_source.h
index 8b8adfeb669813f7bb4a4d82f6d47f021e1e0101..ac073d934ccc4dd38b0652bae43fb793bb55613a 100644 (file)
@@ -89,6 +89,8 @@ public:
         */
        int rename (const std::string& name);
 
+       virtual void release_descriptor () {}
+
 protected:
        FileSource (Session& session, DataType type,
                    const std::string& path,
@@ -108,8 +110,6 @@ protected:
        uint16_t    _channel;
        bool        _within_session;
        std::string _origin;
-       bool        _open;
-
 };
 
 } // namespace ARDOUR