summaryrefslogtreecommitdiff
path: root/src/wx/controls.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-23 22:29:19 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-27 14:47:25 +0100
commit5fa6584826d7c356451bcea46928c1721f857ca5 (patch)
tree8e9382a7df62471ddc3baa839c991c84587ada9e /src/wx/controls.cc
parent5e7ec41119961114a9b4df90d1c9ced580667f54 (diff)
Cleanup: use some defaults in the class definition.
Diffstat (limited to 'src/wx/controls.cc')
-rw-r--r--src/wx/controls.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/controls.cc b/src/wx/controls.cc
index b9eebade5..84923d467 100644
--- a/src/wx/controls.cc
+++ b/src/wx/controls.cc
@@ -71,10 +71,6 @@ Controls::Controls(wxWindow* parent, FilmViewer& viewer, bool editor_controls)
, _markers (new MarkersPanel(this, viewer))
, _slider (new wxSlider(this, wxID_ANY, 0, 0, 4096))
, _viewer (viewer)
- , _slider_being_moved (false)
- , _outline_content (0)
- , _eye (0)
- , _jump_to_selected (0)
, _rewind_button (new Button(this, wxT("|<")))
, _back_button (new Button(this, wxT("<")))
, _forward_button (new Button(this, wxT(">")))