Remove dead private methods
authorjeroendedauw <jeroendedauw@gmail.com>
Mon, 7 Sep 2015 19:20:15 +0000 (21:20 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Mon, 7 Sep 2015 19:20:15 +0000 (21:20 +0200)
Change-Id: Id49df6d16ce06c7bb00f1aaba75b64093c91c7ae

includes/media/SVGMetadataExtractor.php

index 8afa31b..1ec2f81 100644 (file)
@@ -319,16 +319,6 @@ class SVGReader {
                }
        }
 
-       // @todo FIXME: Unused, remove?
-       private function warn( $data ) {
-               wfDebug( "SVGReader: $data\n" );
-       }
-
-       // @todo FIXME: Unused, remove?
-       private function notice( $data ) {
-               wfDebug( "SVGReader WARN: $data\n" );
-       }
-
        /**
         * Parse the attributes of an SVG element
         *