Cleanup: use some defaults in the class definition.
[dcpomatic.git] / src / wx / controls.cc
index b9eebade5317ad96ad488bbf763ca1bd9075ae3f..84923d467edd74d7f7c100930d8dd1b237abfeb2 100644 (file)
@@ -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(">")))