diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-20 14:39:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-20 14:39:59 +0100 |
| commit | b2eb51ba9764970fc1486b3ba97c465559e349bd (patch) | |
| tree | 7b264d0d40eb0609ba82623abbf4653e0fea105e /src | |
| parent | 52b34d1a780a9e6dece62fa8fff7467072b9ed66 (diff) | |
Remove unused code.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.cc | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 { |
