mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
NOOP: newline removal
This commit is contained in:
parent
fea7834e78
commit
fa8858b3e8
1 changed files with 2 additions and 4 deletions
|
|
@ -503,10 +503,8 @@ Session::import_files (ImportStatus& status)
|
|||
|
||||
status.sources.clear ();
|
||||
|
||||
for (vector<string>::const_iterator p = status.paths.begin();
|
||||
p != status.paths.end() && !status.cancel;
|
||||
++p)
|
||||
{
|
||||
for (vector<string>::const_iterator p = status.paths.begin(); p != status.paths.end() && !status.cancel; ++p) {
|
||||
|
||||
boost::shared_ptr<ImportableSource> source;
|
||||
|
||||
const DataType type = SMFSource::safe_midi_file_extension (*p) ? DataType::MIDI : DataType::AUDIO;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue