From fe57c63558450228ca52c6f3302910372be6ebb4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Feb 2003 14:35:52 +0000 Subject: - set_help is deprecated - it is replaced by interactive_help_id on each ask_* - many set_help do not have any correspondance in help.pm (drakxid-*), those are commented for now --- perl-install/install_steps.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index d8a6c8018..0658bb12c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -80,7 +80,6 @@ Continue at your own risk."), $@ ]) if $@; sub errorInStep($$) { print "error :(\n"; c::_exit(1) } sub kill_action {} -sub set_help { 1 } #-###################################################################################### #- Steps Functions -- cgit v1.2.1