From: daniel Date: Wed, 23 May 2012 12:21:29 +0000 (+0200) Subject: removed Content::diff() again. Don't need it for now, causes some pain X-Git-Tag: 1.31.0-rc.0~22097^2^2~158 X-Git-Url: http://git.cyclocoop.org//%22%22._DIR_PLUGIN_FULLCALENDAR.%22prive/themes/spip/images/event_edit.png/%22?a=commitdiff_plain;h=f0b260694d60912b7547546bec7012a287f1c973;p=lhc%2Fweb%2Fwiklou.git removed Content::diff() again. Don't need it for now, causes some pain --- diff --git a/includes/Content.php b/includes/Content.php index 8f505e665a..32c69c8dbb 100644 --- a/includes/Content.php +++ b/includes/Content.php @@ -214,15 +214,6 @@ abstract class Content { return true; } - /** - * Diff this content object with another content object.. - * - * @since WD.diff - * - * @return DiffResult - */ - public abstract function diff( Content $that ); - /** * Returns true if this Content objects is conceptually equivalent to the given Content object. *