summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-09 20:30:27 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-09 20:30:27 +0000
commitebdb9def9a22b8509321b7dd8c271bceb9d73c62 (patch)
tree0e7f10e2ceea6e1b2dc9e2ec5da8a642c2e0b27e /perl-install
parente696409f531a91c512a4c2768accccb58ec9f278 (diff)
downloaddrakx-backup-do-not-use-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.tar
drakx-backup-do-not-use-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.tar.gz
drakx-backup-do-not-use-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.tar.bz2
drakx-backup-do-not-use-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.tar.xz
drakx-backup-do-not-use-ebdb9def9a22b8509321b7dd8c271bceb9d73c62.zip
remove old code
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm1
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") {