Various attempts to clean up DCP comparison code.
[libdcp.git] / src / content.cc
index 265778bff5461ee5b4ca57d76055781d2c8d5c76..3842ec09a230a2675e8ed4f1247d8fc1a4e70e8f 100644 (file)
@@ -36,13 +36,3 @@ Content::Content (boost::filesystem::path file)
 {
        
 }
-
-bool
-Content::equals (shared_ptr<const Asset> other, EqualityOptions opt, boost::function<void (NoteType, string)> note) const
-{
-       if (!Asset::equals (other, opt, note)) {
-               return false;
-       }
-
-       return true;
-}