From 823630ea9548f95b46e1478c07aa099af9b6dfb7 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 16 Jul 2002 10:02:00 +0000 Subject: removed useless package selection cleaning. --- perl-install/install_steps.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 779177478..982e49534 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -272,8 +272,6 @@ sub choosePackages { #- avoid destroying user selection of packages but only #- for expert, as they may have done individual selection before. if ($first_time || !$::expert) { - install_any::unselectMostPackages($o); - exists $o->{compssListLevel} and pkgs::setSelectedFromCompssList($packages, $o->{compssUsersChoice}, $o->{compssListLevel}, $availableCorrected); } -- cgit v1.2.1