From 39270195765e631d66879294616d72e2bc7df1ef Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 8 Jun 2004 15:41:41 +0000 Subject: kill dead code --- perl-install/standalone/drakedm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakedm') diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index be21c2145..16a83061b 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -47,7 +47,7 @@ if (!$dm) { } my @raw_list = sort keys %dm; -my @list = $::expert ? @raw_list : (grep { -e $dm{$_}->[1] } @raw_list) or @raw_list; +my @list = $::expert ? @raw_list : (grep { -e $dm{$_}->[1] } @raw_list); start: if ($in->ask_from(N("Choosing a display manager"), -- cgit v1.2.1