Various attempts to clean up DCP comparison code.
[libdcp.git] / src / content.h
index 27939e8318f4ad3a6be53c0db39b7478f9cc754d..fcbfc25dc96c3f8b90ea7fbdf1f59467a4dbc2f4 100644 (file)
@@ -58,12 +58,6 @@ public:
         */
        Content (boost::filesystem::path file);
 
-       bool equals (
-               boost::shared_ptr<const Asset> other,
-               EqualityOptions opt,
-               boost::function<void (NoteType, std::string)>
-               ) const;
-
 protected:
        virtual std::string asdcp_kind () const = 0;
 };