From c40d46072080be5060f50e6ad1cd12dc630b5162 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Sep 2004 06:41:19 +0000 Subject: install_steps must not call a method only defined in install_steps_interactive, inline it --- perl-install/install_steps_interactive.pm | 9 --------- 1 file changed, 9 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index afee41a6f..8fa31372d 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1178,15 +1178,6 @@ sub configurePrinter { printer::printerdrake::main($printer, $o, $clicked, sub { install_interactive::upNetwork($o, 'pppAvoided') }); } - -sub cleanupPrinter { - my ($o) = @_; - #- Clean up $o->{printer} so that the records for an auto-installation - #- contain only the important stuff - return if !defined($o->{printer}); - require printer::printerdrake; - printer::printerdrake::final_cleanup($o->{printer}); -} #------------------------------------------------------------------------------ sub setRootPassword { -- cgit v1.2.1