summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-12 23:52:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-12 23:52:44 +0000
commit41276050d876bc1e31d1e330a0efdebafbfc9e5a (patch)
tree7dfe6bfe13d638a0fd9725638f5a740953f38b7d
parent9863c2395d4a4f3112f49601cb1999c8b5664cde (diff)
downloaddrakx-41276050d876bc1e31d1e330a0efdebafbfc9e5a.tar
drakx-41276050d876bc1e31d1e330a0efdebafbfc9e5a.tar.gz
drakx-41276050d876bc1e31d1e330a0efdebafbfc9e5a.tar.bz2
drakx-41276050d876bc1e31d1e330a0efdebafbfc9e5a.tar.xz
drakx-41276050d876bc1e31d1e330a0efdebafbfc9e5a.zip
remove unused variable $clicked
-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 070ea04bc..8b3581ec1 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -125,7 +125,7 @@ sub selectKeyboard {
#------------------------------------------------------------------------------
sub selectInstallClass {
- my ($o, $clicked) = @_;
+ my ($o) = @_;
my $installMode = $o->{isUpgrade} ? $o->{keepConfiguration} ? N_("Upgrade packages only") : N_("Upgrade") : N_("Install");