diff options
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 31879d9c7..9584641ae 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -376,8 +376,6 @@ sub main { vga => sub { $o->{vga} = $v }, step => sub { $o->{steps}{first} = $v }, expert => sub { $::expert = $v }, - fbeginner => sub { $::expert = 0; push @auto, 'selectInstallClass' }, - fexpert => sub { $::expert = 1; push @auto, 'selectInstallClass' }, meta_class => sub { $o->{meta_class} = $v }, lnx4win => sub { $o->{lnx4win} = 1 }, readonly => sub { $o->{partitioning}{readonly} = $v ne "0" }, |