diff options
author | Francois Pons <fpons@mandriva.com> | 2000-03-17 18:28:37 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-03-17 18:28:37 +0000 |
commit | c2291d42ccff39452769c2c5d1e62842765dcf7b (patch) | |
tree | 14ce67c307837e19500279e7d0133ac53933f329 /perl-install/mouse.pm | |
parent | 3622540f67228fabb5399876b5af89f37cf461be (diff) | |
download | drakx-c2291d42ccff39452769c2c5d1e62842765dcf7b.tar drakx-c2291d42ccff39452769c2c5d1e62842765dcf7b.tar.gz drakx-c2291d42ccff39452769c2c5d1e62842765dcf7b.tar.bz2 drakx-c2291d42ccff39452769c2c5d1e62842765dcf7b.tar.xz drakx-c2291d42ccff39452769c2c5d1e62842765dcf7b.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r-- | perl-install/mouse.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 3cf91bd7a..0e8c18d7e 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -155,6 +155,4 @@ sub detect() { #- defaults to generic ttyS0 add2hash({ device => "ttyS0", unsafe => 1 }, name2mouse("Generic Mouse (serial)")); - -#- die "mouseconfig failed"; } |