summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wx/export_video_file_dialog.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/export_video_file_dialog.cc b/src/wx/export_video_file_dialog.cc
index 3cc4b133f..ec54cc408 100644
--- a/src/wx/export_video_file_dialog.cc
+++ b/src/wx/export_video_file_dialog.cc
@@ -173,7 +173,6 @@ ExportVideoFileDialog::format_changed ()
for (int i = 0; i < 2; ++i) {
_x264_crf_label[i]->Enable(formats[selection] == ExportFormat::H264_AAC);
}
- _mixdown->Enable (selection != 2);
Config::instance()->export_config().set_format(formats[selection]);
}