From 9cb5cb2a00640129fe459915f8a58113317db5fa Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Feb 2000 10:26:55 +0000 Subject: no_comment --- perl-install/interactive_newt.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'perl-install/interactive_newt.pm') diff --git a/perl-install/interactive_newt.pm b/perl-install/interactive_newt.pm index 3a00a36b0..09163b07c 100644 --- a/perl-install/interactive_newt.pm +++ b/perl-install/interactive_newt.pm @@ -78,11 +78,6 @@ sub ask_from_listW { } } -sub ask_many_from_list_with_help_refW { - my ($o, $title, $messages, $list, $help, $val) = @_; - ask_many_from_list_refW($o, $title, $messages, $list, $val); -} - sub ask_many_from_list_refW { my ($o, $title, $messages, $list, $val) = @_; my $height = min(int @$list, 18); -- cgit v1.2.1