Remove bogus assertion from ardour/source.cc as the names of embedded files are store...
authorTim Mayberry <mojofunk@gmail.com>
Thu, 17 May 2007 01:00:39 +0000 (01:00 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Thu, 17 May 2007 01:00:39 +0000 (01:00 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1854 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/source.cc

index 61a0245927f657edd6635608b222547537e96760..a7620dbc5ac53d42d05b380c79cfdab6d8c2d013 100644 (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 ()