* Removing /* private */ comment, already specified in the phpdoc
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 8 May 2005 04:11:32 +0000 (04:11 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 8 May 2005 04:11:32 +0000 (04:11 +0000)
includes/Image.php

index ec21f8c..d5412d7 100644 (file)
@@ -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;