From f0b260694d60912b7547546bec7012a287f1c973 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 23 May 2012 14:21:29 +0200 Subject: [PATCH] removed Content::diff() again. Don't need it for now, causes some pain --- includes/Content.php | 9 --------- 1 file changed, 9 deletions(-) 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. * -- 2.20.1