Move Rating out to a separate file.
[libdcp.git] / src / types.h
index be9ba1b36b4fb870364630d280b3402d97ea207c..b68402af668d9a26cd5915a39ef6e49089284db6 100644 (file)
@@ -373,28 +373,6 @@ std::string marker_to_string (Marker);
 Marker marker_from_string (std::string);
 
 
-class Rating
-{
-public:
-       Rating (std::string agency_, std::string label_)
-               : agency (agency_)
-               , label (label_)
-       {}
-
-       explicit Rating (cxml::ConstNodePtr node);
-
-       void as_xml (xmlpp::Element* parent) const;
-
-       /** URI of the agency issuing the rating */
-       std::string agency;
-       /** Rating (e.g. PG, PG-13, 12A etc) */
-       std::string label;
-};
-
-
-extern bool operator== (Rating const & a, Rating const & b);
-
-
 enum class Status
 {
        FINAL, ///< final version