summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-27 16:06:05 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-27 16:06:05 +0000
commit2026bfd81dbc8975e127e92c5395e996c2d1462b (patch)
treed0e0e6eb1008e411d5fdba52cf92060966ec30e7 /src/wx/timecode.h
parent6293ca30e4afb64fb3e172048c8784adc022f9dc (diff)
Remove unused variable.
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h1
1 files changed, 0 insertions, 1 deletions
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;