Use ratings from Interop/SMPTE metadata instead of ISDCF metadata dialogue.
[dcpomatic.git] / src / lib / isdcf_metadata.h
index 20f840416bf377c969f17f415b6813dbbecde652..1c80e7b5ddef19260ec66c41a7b69492164df381 100644 (file)
@@ -32,8 +32,7 @@ class ISDCFMetadata
 {
 public:
        ISDCFMetadata ()
-               : content_version (1)
-               , temp_version (false)
+               : temp_version (false)
                , pre_release (false)
                , red_band (false)
                , two_d_version_of_three_d (false)
@@ -44,11 +43,6 @@ public:
        void as_xml (xmlpp::Node *) const;
        void read_old_metadata (std::string, std::string);
 
-       int content_version;
-       std::string audio_language;
-       bool has_subtitle_language;
-       std::string territory;
-       std::string rating;
        std::string studio;
        std::string facility;
        /** true if this is a temporary version (without final picture or sound) */