mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
remove commented out popup about video export success
This commit is contained in:
parent
a0044e5f71
commit
caaa70a810
1 changed files with 1 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue