diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index b25997932..a80807c1b 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -22,8 +22,6 @@ my $o; 1; -sub warn {} - sub new($$) { my ($type, $o_) = @_; @@ -39,6 +37,8 @@ sub leavingStep($$) { log::l("step `$step' finished"); } +sub errorInStep($$) {} + sub chooseLanguage($) { $o->{default}->{lang}; } |