From dfdede75f19237981062c1e4bd9c165b48de9fc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Sat, 19 Apr 2008 18:01:05 +0000 Subject: [PATCH] * This function is not used anymore --- includes/SpecialWhatlinkshere.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/SpecialWhatlinkshere.php b/includes/SpecialWhatlinkshere.php index 7f4079effb..0fd7c8f707 100644 --- a/includes/SpecialWhatlinkshere.php +++ b/includes/SpecialWhatlinkshere.php @@ -281,13 +281,6 @@ class WhatLinksHerePage { return $this->skin->makeKnownLinkObj( $this->selfTitle, $text, $query ); } - /** Get a query string to append to hide appropriate entries */ - function getHideParams() { - return ($this->hidetrans ? '&hidetrans=1' : '') - . ($this->hidelinks ? '&hidelinks=1' : '') - . ($this->hideredirs ? '&hideredirs=1' : ''); - } - function getPrevNext( $prevId, $nextId ) { global $wgLang; $currentLimit = $this->opts->getValue( 'limit' ); -- 2.20.1