Remove unused variable.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Sep 2018 12:06:45 +0000 (13:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 Sep 2018 12:06:45 +0000 (13:06 +0100)
src/wx/video_panel.cc

index cc43d082bd0358c12e58dd6cb03075abd0168f36..80aac66ea749c3fe01d6648c5e4ad4036a75529e 100644 (file)
@@ -227,10 +227,6 @@ VideoPanel::add_to_grid ()
        _frame_type->add (_grid, wxGBPosition(r, 1), wxGBSpan(1, 2));
        ++r;
 
-       int flags = wxTOP;
-#ifdef __WXOSX__
-       flags |= wxALIGN_RIGHT;
-#endif
        int cr = 0;
        wxGridBagSizer* crop = new wxGridBagSizer (DCPOMATIC_SIZER_X_GAP, DCPOMATIC_SIZER_Y_GAP);
        add_label_to_sizer (crop, _left_crop_label, true, wxGBPosition (cr, 0));