Remove unneeded commented code, that I accidently added in r82461
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 27 Feb 2011 21:06:09 +0000 (21:06 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sun, 27 Feb 2011 21:06:09 +0000 (21:06 +0000)
includes/media/SVGMetadataExtractor.php

index 42c914e..7253a06 100644 (file)
@@ -49,9 +49,6 @@ class SVGReader {
        function __construct( $source ) {
                $this->reader = new XMLReader();
                $this->reader->open( $source, null, LIBXML_NOERROR | LIBXML_NOWARNING );
-               #$this->reader->setParserProperty( XMLReader::DEFAULTATTRS, FALSE );
-               #$this->reader->setParserProperty( XMLReader::DEFAULTATTRS, FALSE );
-               #$this->reader->setParserProperty( XMLReader::VALIDATE , FALSE );
 
                $this->metadata['width'] = self::DEFAULT_WIDTH;
                $this->metadata['height'] = self::DEFAULT_HEIGHT;