GenericUI: replace if() by assert()
[ardour.git] / gtk2_ardour / editor_export_audio.cc
index 795091fb4142e846753dd1013bd83e7b272925a4..c1def2ba29451970933ef17c0a31d3dd207a42a9 100644 (file)
@@ -125,9 +125,7 @@ Editor::process_midi_export_dialog (MidiExportDialog& dialog, boost::shared_ptr<
                ::g_unlink (path.c_str());
        }
 
-       (void) midi_region->clone (path);
-
-       return true;
+       return midi_region->do_export (path);
 }
 
 /** Export the first selected region */