summaryrefslogtreecommitdiff
path: root/src/wx/self_dkdm_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-06 16:54:51 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-06 16:54:51 +0000
commitfbbeeb38b0f028327f5f93b97c301fd5e114395e (patch)
tree8c2851a6ac758d275ae848b02504a2911ddb9526 /src/wx/self_dkdm_dialog.h
parent16235888dcaee506a3bb562693e985c5bbbde293 (diff)
Add DCP-o-matic DKDMs straight to the configured list.
Diffstat (limited to 'src/wx/self_dkdm_dialog.h')
-rw-r--r--src/wx/self_dkdm_dialog.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/wx/self_dkdm_dialog.h b/src/wx/self_dkdm_dialog.h
index edf64132d..5b1404081 100644
--- a/src/wx/self_dkdm_dialog.h
+++ b/src/wx/self_dkdm_dialog.h
@@ -26,8 +26,6 @@
class Film;
class KDMCPLPanel;
-class DirPickerCtrl;
-class wxDirPickerCtrl;
class SelfDKDMDialog : public wxDialog
{
@@ -35,15 +33,9 @@ public:
SelfDKDMDialog (wxWindow *, boost::shared_ptr<const Film>);
boost::filesystem::path cpl () const;
- boost::filesystem::path directory () const;
private:
void setup_sensitivity ();
KDMCPLPanel* _cpl;
-#ifdef DCPOMATIC_USE_OWN_PICKER
- DirPickerCtrl* _folder;
-#else
- wxDirPickerCtrl* _folder;
-#endif
};