diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-12-09 20:30:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-12-09 20:30:27 +0000 |
commit | ebdb9def9a22b8509321b7dd8c271bceb9d73c62 (patch) | |
tree | 0e7f10e2ceea6e1b2dc9e2ec5da8a642c2e0b27e /perl-install/any.pm | |
parent | e696409f531a91c512a4c2768accccb58ec9f278 (diff) | |
download | drakx-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.tar drakx-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.tar.gz drakx-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.tar.bz2 drakx-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.tar.xz drakx-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.zip |
remove old code
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index cc56c1298..7bd83aeba 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -643,7 +643,6 @@ sub load_category__prompt_for_more { my $opt = [ N_("Yes"), N_("No") ]; push @$opt, N_("See hardware info") if $::expert; - #my $r = $in->ask_from_list_('', $msg, $opt, "No") or die 'already displayed'; my $r = $in->ask_from_list_('', $msg, $opt, "No") or return; if ($r eq "No") { return @l } if ($r eq "Yes") { |