Protect the public API of Player with a mutex, since
[dcpomatic.git] / src / lib / video_mxf_content.h
index 08946242cddc8272feae8aa060b0daf916915324..1fa428704d620084eaa0645aa118d8fed389bc74 100644 (file)
@@ -37,7 +37,6 @@ public:
        void as_xml (xmlpp::Node* node, bool with_paths) const;
        DCPTime full_length () const;
        void add_properties (std::list<UserProperty>& p) const;
-       void set_default_colour_conversion ();
 
        static bool valid_mxf (boost::filesystem::path path);
 };