From 6683e6d88744bd06414943ebe9eec9a342726923 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 3 Jan 2010 04:10:26 +0000 Subject: [PATCH] Removed unused globals --- includes/media/SVG.php | 2 -- 1 file changed, 2 deletions(-) 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 ); } -- 2.20.1