From b2eb51ba9764970fc1486b3ba97c465559e349bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 20 May 2014 14:39:59 +0100 Subject: [PATCH] Remove unused code. --- src/dcp.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/dcp.cc b/src/dcp.cc index 9d3cd72c..a7c6869d 100644 --- a/src/dcp.cc +++ b/src/dcp.cc @@ -196,14 +196,6 @@ DCP::add (boost::shared_ptr asset) _assets.push_back (asset); } -class AssetComparator -{ -public: - bool operator() (shared_ptr a, shared_ptr b) { - return a->id() < b->id(); - } -}; - bool DCP::encrypted () const { -- 2.30.2