Cleanup: replace some list with vector.
[dcpomatic.git] / src / wx / config_dialog.cc
index 51b6ff2e98c19d6f8ba3e29d59bcd1453681232a..9e79829ab53a049238ef0ae5b146b22d675a4848 100644 (file)
@@ -25,7 +25,6 @@
 #include "dcpomatic_button.h"
 #include "nag_dialog.h"
 #include "static_text.h"
-#include "wx_ptr.h"
 #include "lib/constants.h"
 #include <dcp/file.h>
 #include <dcp/raw_convert.h>
@@ -866,7 +865,6 @@ SoundPage::setup ()
 
        add_label_to_sizer (table, _panel, _("Mapping"), true, wxGBPosition(r, 0));
        _map = new AudioMappingView (_panel, _("DCP"), _("DCP"), _("Output"), _("output"));
-       _map->SetSize (-1, 400);
        table->Add (_map, wxGBPosition(r, 1), wxDefaultSpan, wxEXPAND);
        ++r;