Remove unnecessary include.
[dcpomatic.git] / src / wx / content_sub_panel.cc
index 2fe104563eb16db5d0d35908649bcab1c8f4e50c..5cdd2e5c3c6a25e285167ce6b3cfe21223a51f07 100644 (file)
@@ -39,8 +39,6 @@ ContentSubPanel::ContentSubPanel (ContentPanel* p, wxString name)
 {
        SetScrollRate (8, 8);
        SetSizer (_sizer);
-       /* This stops the notebook collapsing to near-zero size.  The 600 is a guess. */
-       SetMinSize (wxSize(-1, 600));
 
        _grid = new wxGridBagSizer (DCPOMATIC_SIZER_X_GAP, DCPOMATIC_SIZER_Y_GAP);
        _sizer->Add (_grid, 0, wxALL, 8);
@@ -48,7 +46,6 @@ ContentSubPanel::ContentSubPanel (ContentPanel* p, wxString name)
        _config_connection = Config::instance()->Changed.connect (boost::bind (&ContentSubPanel::config_changed, this, _1));
 }
 
-
 void
 ContentSubPanel::config_changed (Config::Property p)
 {