Remove $wgUseTex from DefaultSettings.php

It's orphaned and unused anywhere...

Change-Id: I0f42473e1a3b7a11f2f90aea0df09d179ca2945e
This commit is contained in:
Reedy 2020-07-24 00:32:42 +01:00
parent 75c9333ddb
commit 729ec629e6

View file

@ -6539,21 +6539,6 @@ $wgCookieSetOnIpBlock = true;
/** @} */ # end of cookie settings } /** @} */ # end of cookie settings }
/************************************************************************//**
* @name LaTeX (mathematical formulas)
* @{
*/
/**
* To use inline TeX, you need to compile 'texvc' (in the 'math' subdirectory of
* the MediaWiki package and have latex, dvips, gs (ghostscript), andconvert
* (ImageMagick) installed and available in the PATH.
* Please see math/README for more information.
*/
$wgUseTeX = false;
/** @} */ # end LaTeX }
/************************************************************************//** /************************************************************************//**
* @name Profiling, testing and debugging * @name Profiling, testing and debugging
* *