Don't expand all cinemas on opening KDM dialogs (#779).
[dcpomatic.git] / src / wx / dir_picker_ctrl.h
index df7b25f7a435d2be01f52041db49d3d7b15fced2..df6cbffa63afe15621dbe39d15a4272249adc393 100644 (file)
@@ -28,9 +28,8 @@ public:
        void SetPath (wxString);
 
 private:
-       void browse_clicked (wxCommandEvent &);
-       
-       wxWindow* _parent;
+       void browse_clicked ();
+
        wxStaticText* _folder;
        wxButton* _browse;
        wxString _path;