From cf7af490abb124631a775f5031f43ed58c0c1e4a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 Sep 2018 13:06:45 +0100 Subject: [PATCH] Remove unused variable. --- src/wx/video_panel.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index cc43d082b..80aac66ea 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -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)); -- 2.30.2