From a4f4964edc11362785b179419c1b42247ce59980 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 15 Jul 2011 20:47:37 +0000 Subject: [PATCH] Removed unused function --- includes/parser/Tidy.php | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.20.1