Fix crash on opening content menu for DCPs that have had incorrect KDMs added.
[dcpomatic.git] / src / lib / film.h
index 5fa35b0653d67b46d1bd9845eb86d33b61ad8b19..ad94852a2486e9757a888d205a70a33ee7e9f735 100644 (file)
@@ -289,7 +289,6 @@ public:
        void set_directory (boost::filesystem::path);
        void set_name (std::string);
        void set_use_isdcf_name (bool);
-       void examine_content (boost::shared_ptr<Content>);
        void examine_and_add_content (boost::shared_ptr<Content>);
        void add_content (boost::shared_ptr<Content>);
        void remove_content (boost::shared_ptr<Content>);