From: Carl Hetherington Date: Fri, 27 Dec 2013 16:06:05 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v2.0.48~1027 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=2026bfd81dbc8975e127e92c5395e996c2d1462b Remove unused variable. --- diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 5b094e39f..880b44a31 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -40,7 +40,6 @@ private: wxSizer* _sizer; wxPanel* _editable; wxTextCtrl* _hours; - wxStaticText* _hours_label; wxTextCtrl* _minutes; wxTextCtrl* _seconds; wxTextCtrl* _frames;