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.cc | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/content.cc') diff --git a/src/content.cc b/src/content.cc index 265778bf..3842ec09 100644 --- a/src/content.cc +++ b/src/content.cc @@ -36,13 +36,3 @@ Content::Content (boost::filesystem::path file) { } - -bool -Content::equals (shared_ptr other, EqualityOptions opt, boost::function note) const -{ - if (!Asset::equals (other, opt, note)) { - return false; - } - - return true; -} -- cgit v1.2.3