From f92c81603c5f083b6b93cb2febb3a1055997a38b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 16 Nov 2005 18:53:34 +0000 Subject: [PATCH] update POD in Macro.pm to remove call to getParams --- lib/WebGUI/Macro.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/WebGUI/Macro.pm b/lib/WebGUI/Macro.pm index 3b2afda94..e0df975b8 100644 --- a/lib/WebGUI/Macro.pm +++ b/lib/WebGUI/Macro.pm @@ -34,8 +34,6 @@ B This entire system is likely to be replaced in the near future. It has use WebGUI::Macro; - @array = WebGUI::Macro::getParams($parameterString); - WebGUI::Macro::filter(\$html); WebGUI::Macro::negate(\$html); WebGUI::Macro::process(\$html);