diff options
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 78296fff0..190585859 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -243,11 +243,6 @@ sub configureNetwork { installStepsCall($o, $auto, 'configureNetwork', $ent_number == 1, $clicked); } #------------------------------------------------------------------------------ -sub installCrypto { - my ($_clicked, $_ent_number, $auto) = @_; - installStepsCall($o, $auto, 'installCrypto'); -} -#------------------------------------------------------------------------------ sub installUpdates { my ($_clicked, $_ent_number, $auto) = @_; installStepsCall($o, $auto, 'installUpdates'); |