diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 654e703b3..fa963c4d4 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -133,7 +133,6 @@ sub setPackages($) { $_->{selected} = 0 foreach values %{$o->{packages}}; } - #- this will be done if necessary in the selectPackagesToUpgrade, #- move the selection here ? this will remove the little window. unless ($o->{isUpgrade}) { |