From ff38c8737a36e5aced5f2dede5bccd2832fc446a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 30 Aug 2013 17:27:22 +0100 Subject: Partial. --- src/asset.cc | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/asset.cc') diff --git a/src/asset.cc b/src/asset.cc index 06b87953..3b81fe0a 100644 --- a/src/asset.cc +++ b/src/asset.cc @@ -107,18 +107,5 @@ Asset::compute_digest (boost::function progress) bool Asset::equals (shared_ptr other, EqualityOptions, boost::function note) const { - if (_edit_rate != other->_edit_rate) { - note (ERROR, "asset edit rates differ"); - return false; - } - - if (_intrinsic_duration != other->_intrinsic_duration) { - note (ERROR, "asset intrinsic durations differ"); - } - - if (_duration != other->_duration) { - note (ERROR, "asset durations differ"); - } - return true; } -- cgit v1.2.3