From a7f71290d8a0df897d86547aae23a1d268bd881e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 14 Dec 2010 11:11:38 +0000 Subject: [PATCH] Cleaned up r70342 and r70343: removed commented-out code. --- includes/Linker.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Linker.php b/includes/Linker.php index 4d73e7a92a..5498f3fe00 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1937,7 +1937,6 @@ class Linker { * @param $prefix String: Optional prefix */ function makeStubLinkObj( $nt, $text = '', $query = '', $trail = '', $prefix = '' ) { - // wfDeprecated( __METHOD__ ); return $this->makeColouredLinkObj( $nt, 'stub', $text, $query, $trail, $prefix ); } @@ -1956,7 +1955,6 @@ class Linker { * @param $prefix String: Optional prefix */ function makeColouredLinkObj( $nt, $colour, $text = '', $query = '', $trail = '', $prefix = '' ) { - // wfDeprecated( __METHOD__ ); if ( $colour != '' ) { $style = $this->getInternalLinkAttributesObj( $nt, $text, $colour ); } else $style = ''; -- 2.20.1