From 6d75cf8ca5ed60f10356310d308e9b20414d42e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 8 May 2005 04:11:32 +0000 Subject: [PATCH] * Removing /* private */ comment, already specified in the phpdoc --- includes/Image.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Image.php b/includes/Image.php index ec21f8c567..d5412d7d04 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -650,7 +650,7 @@ class Image * @return ThumbnailImage * @access private */ - function /* private */ renderThumb( $width, $useScript = true ) { + function renderThumb( $width, $useScript = true ) { global $wgUseSquid, $wgInternalServer; global $wgThumbnailScriptPath, $wgSharedThumbnailScriptPath; @@ -721,7 +721,7 @@ class Image * * @access private */ - function /*private*/ reallyRenderThumb( $thumbPath, $width, $height ) { + function reallyRenderThumb( $thumbPath, $width, $height ) { global $wgSVGConverters, $wgSVGConverter, $wgUseImageMagick, $wgImageMagickConvertCommand; -- 2.20.1