From d27a88c868f7fa7b723d458cae9e6d26d8f4c25f Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Mon, 7 Sep 2015 21:20:15 +0200 Subject: [PATCH] Remove dead private methods Change-Id: Id49df6d16ce06c7bb00f1aaba75b64093c91c7ae --- includes/media/SVGMetadataExtractor.php | 10 ---------- 1 file changed, 10 deletions(-) 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 * -- 2.20.1