From: Aaron Schulz Date: Fri, 15 Jul 2011 20:47:37 +0000 (+0000) Subject: Removed unused function X-Git-Tag: 1.31.0-rc.0~28807 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=a4f4964edc11362785b179419c1b42247ce59980;p=lhc%2Fweb%2Fwiklou.git Removed unused function --- diff --git a/includes/parser/Tidy.php b/includes/parser/Tidy.php index a5ba01acf4..de99571305 100644 --- a/includes/parser/Tidy.php +++ b/includes/parser/Tidy.php @@ -116,10 +116,6 @@ class MWTidy { return $correctedtext; } - - function replaceEditSectionLinksCallback( $m ) { - - } /** * Check HTML for errors, used if $wgValidateAllHtml = true.