Revert accidental checkin of unused experimental code.
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 1 Dec 2004 08:48:31 +0000 (08:48 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 1 Dec 2004 08:48:31 +0000 (08:48 +0000)
includes/LinkCache.php

index 967ba85..b4bb757 100644 (file)
@@ -73,10 +73,6 @@ class LinkCache {
                        $this->mBadLinks[$title] = 1;
                }
        }
-       
-       function addBadLinkObj( &$nt ) {
-               $this->addBadLink( $nt->getPrefixedDBkey() );
-       }
 
        function addImageLink( $title ) {
                if ( $this->mActive ) { $this->mImageLinks[$title] = 1; }