From: Aaron Schulz Date: Sun, 3 Jan 2010 04:10:26 +0000 (+0000) Subject: Removed unused globals X-Git-Tag: 1.31.0-rc.0~38433 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=6683e6d88744bd06414943ebe9eec9a342726923;p=lhc%2Fweb%2Fwiklou.git Removed unused globals --- diff --git a/includes/media/SVG.php b/includes/media/SVG.php index f0519e8973..4cc66fb1c7 100644 --- a/includes/media/SVG.php +++ b/includes/media/SVG.php @@ -40,8 +40,6 @@ class SvgHandler extends ImageHandler { } function doTransform( $image, $dstPath, $dstUrl, $params, $flags = 0 ) { - global $wgSVGConverters, $wgSVGConverter, $wgSVGConverterPath; - if ( !$this->normaliseParams( $image, $params ) ) { return new TransformParameterError( $params ); }