diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-07 13:06:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-07 13:06:45 +0100 |
| commit | cf7af490abb124631a775f5031f43ed58c0c1e4a (patch) | |
| tree | f1faa6018086cd9f2f16c43f05a19a7b3e8ac35a /src | |
| parent | f12587df699a72655230ac737ece31a5436a5a5e (diff) | |
Remove unused variable.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/video_panel.cc | 4 |
1 files changed, 0 insertions, 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)); |
