Remove unused global

Change-Id: I8f5f77015de266f5a5b751fd7cfe424784eb3864
This commit is contained in:
physikerwelt (Moritz Schubotz) 2014-12-09 22:46:50 +09:00 committed by Jforrester
parent afc2353a56
commit c240a5c477
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ class MathHooks {
* @return array
*/
static function mathTagHook( $content, $attributes, $parser ) {
global $wgMathDisableTexFilter;
if ( trim( $content ) === '' ) { // bug 8372
return '';