Typo fix.
[dcpomatic.git] / src / wx / isdcf_metadata_dialog.h
index 335c29a4a0b7e22f7e6c6499a0f66bcc33930568..9864492473a745feaa5691809b8af979beeb77c0 100644 (file)
@@ -21,7 +21,6 @@
 #include "table_dialog.h"
 #include "lib/isdcf_metadata.h"
 #include <wx/textctrl.h>
-#include <boost/shared_ptr.hpp>
 
 class wxSpinCtrl;
 class Film;
@@ -34,12 +33,8 @@ public:
        ISDCFMetadata isdcf_metadata () const;
 
 private:
-       void setup_sensitivity ();
-
        wxSpinCtrl* _content_version;
        wxTextCtrl* _audio_language;
-       wxCheckBox* _enable_subtitle_language;
-       wxTextCtrl* _subtitle_language;
        wxTextCtrl* _territory;
        wxTextCtrl* _rating;
        wxTextCtrl* _studio;