13
0

vtl: remove obvious warning

This commit is contained in:
Robin Gareus 2013-04-05 00:15:57 +02:00
parent 7fe22a7af3
commit 3f97d8c6d5

View File

@ -393,7 +393,6 @@ ExportVideoDialog::finished ()
if (aborted) {
unlink(outfn_path_entry.get_text().c_str());
unlink (insnd.c_str());
warning << _("Video Export Failed or Was Aborted") << endmsg;
Gtk::Dialog::response(RESPONSE_CANCEL);
} else if (twopass && firstpass) {
firstpass = false;