diff --git a/library/smarty/libs/plugins/modifiercompiler.noprint.php b/library/smarty/libs/plugins/modifiercompiler.noprint.php deleted file mode 100644 --- a/library/smarty/libs/plugins/modifiercompiler.noprint.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php -/** - * Smarty plugin - * - * @package Smarty - * @subpackage PluginsModifierCompiler - */ - -/** - * Smarty noprint modifier plugin - * Type: modifier<br> - * Name: noprint<br> - * Purpose: return an empty string - * - * @author Uwe Tews - * @return string with compiled code - */ -function smarty_modifiercompiler_noprint() { - return "''"; -}