13
0

Remove bogus assertion from ardour/source.cc as the names of embedded files are stored as absolute paths.

git-svn-id: svn://localhost/ardour2/trunk@1854 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-05-17 01:00:39 +00:00
parent 9b226f8eb6
commit 06fd14b085

View File

@ -65,7 +65,6 @@ Source::Source (Session& s, const XMLNode& node)
if (set_state (node) || _type == DataType::NIL) {
throw failed_constructor();
}
assert(_name.find("/") == string::npos);
}
Source::~Source ()