Remove unused variable.
authorCarl Hetherington <cth@carlh.net>
Fri, 27 Dec 2013 16:06:05 +0000 (16:06 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 27 Dec 2013 16:06:05 +0000 (16:06 +0000)
src/wx/timecode.h

index 5b094e39f0c2c3cf6d67d36eba70a804acf73017..880b44a31be8754ca54634e542d9e739e328b745 100644 (file)
@@ -40,7 +40,6 @@ private:
        wxSizer* _sizer;
        wxPanel* _editable;
        wxTextCtrl* _hours;
-       wxStaticText* _hours_label;
        wxTextCtrl* _minutes;
        wxTextCtrl* _seconds;
        wxTextCtrl* _frames;