From 06fd14b0850c8d043ae568c3d1f34460218d879f Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Thu, 17 May 2007 01:00:39 +0000 Subject: 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 --- libs/ardour/source.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour') diff --git a/libs/ardour/source.cc b/libs/ardour/source.cc index 61a0245927..a7620dbc5a 100644 --- a/libs/ardour/source.cc +++ b/libs/ardour/source.cc @@ -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 () -- cgit v1.2.3