Remove unused header file in gtk2_ardour
[ardour.git] / gtk2_ardour / transcode_video_dialog.h
index 9acd1284a566f430ca941c0895b06f41cf68b851..db3aba973996a879ae9973501974bbf4edf60818 100644 (file)
@@ -50,6 +50,10 @@ class TranscodeVideoDialog : public ArdourDialog , public PBD::ScopedConnectionL
        VtlTranscodeOption import_option ();
        bool detect_ltc () { return ltc_detect.get_active (); }
 
+       void on_response (int response_id) {
+               Gtk::Dialog::on_response (response_id);
+       }
+
   private:
        void on_show ();
        void open_browse_dialog ();