From: Brion Vibber Date: Wed, 1 Dec 2004 08:48:31 +0000 (+0000) Subject: Revert accidental checkin of unused experimental code. X-Git-Tag: 1.5.0alpha1~1183 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=bfed84f2afdb77aaebaa017d8151226c0c300cf6;p=lhc%2Fweb%2Fwiklou.git Revert accidental checkin of unused experimental code. --- diff --git a/includes/LinkCache.php b/includes/LinkCache.php index 967ba8512c..b4bb7576eb 100644 --- a/includes/LinkCache.php +++ b/includes/LinkCache.php @@ -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; }