summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-20 14:39:59 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-20 14:39:59 +0100
commitb2eb51ba9764970fc1486b3ba97c465559e349bd (patch)
tree7b264d0d40eb0609ba82623abbf4653e0fea105e /src
parent52b34d1a780a9e6dece62fa8fff7467072b9ed66 (diff)
Remove unused code.
Diffstat (limited to 'src')
-rw-r--r--src/dcp.cc8
1 files changed, 0 insertions, 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> asset)
_assets.push_back (asset);
}
-class AssetComparator
-{
-public:
- bool operator() (shared_ptr<const Content> a, shared_ptr<const Content> b) {
- return a->id() < b->id();
- }
-};
-
bool
DCP::encrypted () const
{