Index: branches/RC/core/units/admin/admin_tag_processor.php =================================================================== diff -u -r11650 -r11661 --- branches/RC/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 11650) +++ branches/RC/core/units/admin/admin_tag_processor.php (.../admin_tag_processor.php) (revision 11661) @@ -50,19 +50,6 @@ } /** - * Allows to detect if current template is one of listed ones - * - * @param Array $params - * @return int - */ - function TemplateMatches($params) - { - $templates = explode(',' ,$params['templates']); - $t = $this->Application->GetVar('t'); - return in_array($t, $templates) ? 1 : 0; - } - - /** * Save return script in cases, when old sections are opened from new sections * * @param Array $params