summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-01-23 18:15:29 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-01-23 18:15:29 +0000
commit798c1489d5dbe43eda2fe1b02e26b5477d248792 (patch)
treeea2c8fcfae52755414e606888dedf1be6a741d76 /perl-install/install_steps_interactive.pm
parent4337b5a01d65a272bc73272c8e8f1271ec3af1ce (diff)
downloaddrakx-798c1489d5dbe43eda2fe1b02e26b5477d248792.tar
drakx-798c1489d5dbe43eda2fe1b02e26b5477d248792.tar.gz
drakx-798c1489d5dbe43eda2fe1b02e26b5477d248792.tar.bz2
drakx-798c1489d5dbe43eda2fe1b02e26b5477d248792.tar.xz
drakx-798c1489d5dbe43eda2fe1b02e26b5477d248792.zip
(setupSCSI): remove now unused variable $clicked
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 5b530f74b..ed8a07cb4 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -197,7 +197,7 @@ sub selectMouse {
}
#------------------------------------------------------------------------------
sub setupSCSI {
- my ($o, $clicked) = @_;
+ my ($o) = @_;
if (!$::noauto && arch() =~ /i.86/) {
if ($o->{pcmcia} ||= !$::testing && c::pcmcia_probe()) {