From 5128098cfcb38bfafc05e466ca0fb374166b509b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 27 Oct 2004 08:09:21 +0000 Subject: remove dead code --- perl-install/any.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index dfdadd3e0..0e0392f70 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -267,8 +267,6 @@ sub setupBootloader__general { ), { text => N("Clean /tmp at each boot"), val => \$clean_tmp, type => 'bool', advanced => 1 }, { label => N("Precise RAM size if needed (found %d MB)", availableRamMB()), val => \$memsize, advanced => 1 }, - if_(detect_devices::isLaptop(), - ), ]) or return 0; } else { $b->{boot} = $partition_table::mac::bootstrap_part; -- cgit v1.2.1