diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-27 15:37:19 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-27 15:37:19 +0000 |
| commit | 6293ca30e4afb64fb3e172048c8784adc022f9dc (patch) | |
| tree | e11a4c8c139db5913a5af247c13dff334f2d29d5 /src/wx/video_panel.h | |
| parent | 31901d96cd6ba699e8f06b43057786ec405613a3 (diff) | |
Remove unused variable.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index fb1f98b29..2f0c97cb7 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -47,7 +47,6 @@ private: ContentSpinCtrl<VideoContent>* _top_crop; ContentSpinCtrl<VideoContent>* _bottom_crop; ContentChoice<VideoContent, Ratio const *>* _ratio; - wxStaticText* _ratio_description; wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; |
