remove commented out popup about video export success

This commit is contained in:
Paul Davis 2013-04-16 14:03:21 -04:00
parent a0044e5f71
commit caaa70a810

View File

@ -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
}