From: <var...@us...> - 2014-11-21 09:42:59
|
Revision: 9357 http://sourceforge.net/p/phpwiki/code/9357 Author: vargenau Date: 2014-11-21 09:38:52 +0000 (Fri, 21 Nov 2014) Log Message: ----------- Avoid constant reassignment Modified Paths: -------------- trunk/lib/plugin/TexToPng.php Modified: trunk/lib/plugin/TexToPng.php =================================================================== --- trunk/lib/plugin/TexToPng.php 2014-11-21 09:38:11 UTC (rev 9356) +++ trunk/lib/plugin/TexToPng.php 2014-11-21 09:38:52 UTC (rev 9357) @@ -74,18 +74,6 @@ | *----------------------------------------------------------------------*/ -// check boolean constants - -if (!defined('TexToPng_debug')) { - define('TexToPng_debug', false); -} -if (!defined('TexToPng_antialias')) { - define('TexToPng_antialias', false); -} -if (!defined('TexToPng_transparent')) { - define('TexToPng_transparent', false); -} - /*----------------------------------------------------------------------- | WikiPlugin_TexToPng *----------------------------------------------------------------------*/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |