From: Alexandre Emsenhuber Date: Fri, 4 Apr 2008 16:12:19 +0000 (+0000) Subject: Kill no more needed and also false comments X-Git-Tag: 1.31.0-rc.0~48614 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=c8e4ddd178550c48e49053c8c99c80282b819979;p=lhc%2Fweb%2Fwiklou.git Kill no more needed and also false comments --- diff --git a/includes/ChangesList.php b/includes/ChangesList.php index 7c16e48597..2514e6c880 100644 --- a/includes/ChangesList.php +++ b/includes/ChangesList.php @@ -742,7 +742,6 @@ class EnhancedChangesList extends ChangesList { * @param string $dir one of '', 'd', 'l', 'r' * @param string $alt text * @return string HTML tag - * @access private */ protected function arrow( $dir, $alt='' ) { global $wgStylePath; @@ -755,7 +754,6 @@ class EnhancedChangesList extends ChangesList { * Generate HTML for a right- or left-facing arrow, * depending on language direction. * @return string HTML tag - * @access private */ protected function sideArrow() { global $wgContLang; @@ -767,7 +765,6 @@ class EnhancedChangesList extends ChangesList { * Generate HTML for a down-facing arrow * depending on language direction. * @return string HTML tag - * @access private */ protected function downArrow() { return $this->arrow( 'd', '-' ); @@ -776,7 +773,6 @@ class EnhancedChangesList extends ChangesList { /** * Generate HTML for a spacer image * @return string HTML tag - * @access private */ protected function spacerArrow() { return $this->arrow( '', ' ' ); @@ -785,7 +781,6 @@ class EnhancedChangesList extends ChangesList { /** * Add a set of spaces * @return string HTML tag - * @access private */ protected function spacerIndent() { return '     ';