Peak value of audio into the audio tab.
[dcpomatic.git] / src / wx / dir_picker_ctrl.cc
index 47a546a8d8782223a5d519067c95fed7605fa13e..fe4937edf5cc8002f24dfff543b188167723b516 100644 (file)
@@ -29,7 +29,6 @@ using namespace boost;
 
 DirPickerCtrl::DirPickerCtrl (wxWindow* parent)
        : wxPanel (parent)
-       , _parent (parent)
 {
        _sizer = new wxBoxSizer (wxHORIZONTAL);
 
@@ -47,7 +46,7 @@ void
 DirPickerCtrl::SetPath (wxString p)
 {
        _path = p;
-               
+
        if (_path == wxStandardPaths::Get().GetDocumentsDir()) {
                _folder->SetLabel (_("My Documents"));
        } else {