removed Content::diff() again. Don't need it for now, causes some pain
authordaniel <daniel.kinzler@wikimedia.de>
Wed, 23 May 2012 12:21:29 +0000 (14:21 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Wed, 23 May 2012 12:21:29 +0000 (14:21 +0200)
includes/Content.php

index 8f505e6..32c69c8 100644 (file)
@@ -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.
         *