remove stuff accidentally committed in r94279
authorRobin Pepermans <robin@users.mediawiki.org>
Thu, 11 Aug 2011 20:03:53 +0000 (20:03 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Thu, 11 Aug 2011 20:03:53 +0000 (20:03 +0000)
includes/parser/Parser.php

index 7b70362..9e85556 100644 (file)
@@ -1998,15 +1998,6 @@ class Parser {
                                }
                                wfProfileOut( __METHOD__."-interwiki" );
 
-                               # Interprojects
-                               wfProfileIn( __METHOD__."-interproject" );
-                               global $wgInterProjectLinks;
-                               if ( is_array( $wgInterProjectLinks ) && isset( $wgInterProjectLinks[$iw] ) && $nottalk ) {
-                                       $this->mOutput->addInterProjectLink( $iw, $nt, ( $wasblank ? '' : $text ) );
-                                       wfProfileOut( __METHOD__."-interproject" );
-                               }
-                               wfProfileOut( __METHOD__."-interproject" );
-
                                if ( $ns == NS_FILE ) {
                                        wfProfileIn( __METHOD__."-image" );
                                        if ( !wfIsBadImage( $nt->getDBkey(), $this->mTitle ) ) {