summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_videotimeline.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-16 14:03:21 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-16 14:03:21 -0400
commitcaaa70a81045aece59d81443c6d5bbe0489cf6fa (patch)
treeae196101ba0d3a977d7461be647b15e1fb519bc8 /gtk2_ardour/editor_videotimeline.cc
parenta0044e5f715563d3abfdbf6c431c97ed41eb9b0d (diff)
remove commented out popup about video export success
Diffstat (limited to 'gtk2_ardour/editor_videotimeline.cc')
-rw-r--r--gtk2_ardour/editor_videotimeline.cc7
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk2_ardour/editor_videotimeline.cc b/gtk2_ardour/editor_videotimeline.cc
index b550bbee55..04741b09de 100644
--- a/gtk2_ardour/editor_videotimeline.cc
+++ b/gtk2_ardour/editor_videotimeline.cc
@@ -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
}