13
0

NOOP: blank line deletion

This commit is contained in:
Paul Davis 2022-03-30 13:10:38 -06:00
parent d586956636
commit 55752ed8b7

View File

@ -351,9 +351,7 @@ SourceFactory::createWritable (DataType type, Session& s, const std::string& pat
// XXX writable flags should belong to MidiSource too
try {
boost::shared_ptr<SMFSource> src (new SMFSource (s, path, SndFileSource::default_writable_flags));
assert (src->writable ());
BOOST_MARK_SOURCE (src);
// no analysis data - this is a new file