Add language to audio content and use it instead of the general metadata.
[dcpomatic.git] / src / wx / isdcf_metadata_dialog.h
index f8ebdfd42b7caad48ec159caa8bb422758463b05..7780095514eb77ea744c8a037199d254230fc65a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -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;
@@ -35,8 +34,6 @@ public:
 
 private:
        wxSpinCtrl* _content_version;
-       wxTextCtrl* _audio_language;
-       wxTextCtrl* _subtitle_language;
        wxTextCtrl* _territory;
        wxTextCtrl* _rating;
        wxTextCtrl* _studio;