From: jeroendedauw Date: Mon, 7 Sep 2015 19:20:15 +0000 (+0200) Subject: Remove dead private methods X-Git-Tag: 1.31.0-rc.0~10112^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=d27a88c868f7fa7b723d458cae9e6d26d8f4c25f;p=lhc%2Fweb%2Fwiklou.git Remove dead private methods Change-Id: Id49df6d16ce06c7bb00f1aaba75b64093c91c7ae --- diff --git a/includes/media/SVGMetadataExtractor.php b/includes/media/SVGMetadataExtractor.php index 8afa31b668..1ec2f814d6 100644 --- a/includes/media/SVGMetadataExtractor.php +++ b/includes/media/SVGMetadataExtractor.php @@ -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 *