remove commented out popup about video export success
This commit is contained in:
parent
a0044e5f71
commit
caaa70a810
@ -130,11 +130,6 @@ Editor::export_video ()
|
||||
}
|
||||
}
|
||||
ExportVideoDialog dialog (*this, _session);
|
||||
Gtk::ResponseType r = (Gtk::ResponseType) dialog.run();
|
||||
dialog.run();
|
||||
dialog.hide();
|
||||
#if 0
|
||||
if (r == Gtk::RESPONSE_ACCEPT) {
|
||||
ARDOUR_UI::instance()->popup_error(string_compose(_("Export Successful: %1"),dialog.get_exported_filename()));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user