diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-29 13:13:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-29 13:13:19 +0000 |
commit | 6f5f36a66dee94da10f3e342f608328ad0acaa06 (patch) | |
tree | 170079259ffd8ab064f69ead51499f5e08938cb5 | |
parent | 50f71ca0f86755e34d89e2685f1dad815426f0fb (diff) | |
download | drakx-6f5f36a66dee94da10f3e342f608328ad0acaa06.tar drakx-6f5f36a66dee94da10f3e342f608328ad0acaa06.tar.gz drakx-6f5f36a66dee94da10f3e342f608328ad0acaa06.tar.bz2 drakx-6f5f36a66dee94da10f3e342f608328ad0acaa06.tar.xz drakx-6f5f36a66dee94da10f3e342f608328ad0acaa06.zip |
cleanup
-rw-r--r-- | perl-install/mouse.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 6a573ace7..44cd2ca60 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -485,7 +485,6 @@ sub test_mouse { $draw_pixbuf->($images{$name}, $x, $y); }; my $drawarea = sub { - my ($height) = @_; $draw_by_name->('mouse'); if ($::isInstall || 1) { $draw_text->(N("Please test the mouse"), 200); |