From 595d4fbfee788edfad7f9f8dfe7e76ee634c1a94 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 22 Jul 2014 00:49:15 +0100 Subject: Various attempts to clean up DCP comparison code. --- src/content.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/content.h') diff --git a/src/content.h b/src/content.h index 27939e83..fcbfc25d 100644 --- a/src/content.h +++ b/src/content.h @@ -58,12 +58,6 @@ public: */ Content (boost::filesystem::path file); - bool equals ( - boost::shared_ptr other, - EqualityOptions opt, - boost::function - ) const; - protected: virtual std::string asdcp_kind () const = 0; }; -- cgit v1.2.3