remove file manager LRU cache from code.
[ardour.git] / libs / ardour / file_source.cc
index 06867e688e3df751a8fd7f9c2033e8c67b42b713..0aec49e6bdd74899dbfafa28d903d0aa6047fc75 100644 (file)
@@ -59,7 +59,6 @@ FileSource::FileSource (Session& session, DataType type, const string& path, con
        , _file_is_new (!origin.empty()) // if origin is left unspecified (empty string) then file must exist
        , _channel (0)
         , _origin (origin)
-        , _open (false)
 {
        set_within_session_from_path (path);
 }
@@ -68,7 +67,6 @@ FileSource::FileSource (Session& session, const XMLNode& node, bool /*must_exist
        : Source (session, node)
        , _file_is_new (false)
        , _channel (0)
-       , _open (false)
 {
        /* this setting of _path is temporary - we expect derived classes
           to call ::init() which will actually locate the file