Remove the source files which got transferred to libpbd
[ardour.git] / libs / ardour / file_source.cc
index a4d317af718ff8ed8ec062d0f97cf6586c8adbc2..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);
 }
@@ -67,6 +66,7 @@ FileSource::FileSource (Session& session, DataType type, const string& path, con
 FileSource::FileSource (Session& session, const XMLNode& node, bool /*must_exist*/)
        : Source (session, node)
        , _file_is_new (false)
+       , _channel (0)
 {
        /* this setting of _path is temporary - we expect derived classes
           to call ::init() which will actually locate the file