Remove unused code.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 May 2014 13:39:59 +0000 (14:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 May 2014 13:39:59 +0000 (14:39 +0100)
src/dcp.cc

index 9d3cd72c33e0635ca7c483c9a7e5c94c64196824..a7c6869d55eb183f31f2ca13293dd139dc5d09f0 100644 (file)
@@ -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
 {