update POD in Macro.pm to remove call to getParams

This commit is contained in:
Colin Kuskie 2005-11-16 18:53:34 +00:00
parent 8d274a913d
commit f92c81603c

View file

@ -34,8 +34,6 @@ B<NOTE:> 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);