summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/mousedrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-22 10:42:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-22 10:42:38 +0000
commitee7eeb336daf0c326223c4f51efa6da35a9fa7eb (patch)
tree12b509a52f39ff51c65c2645bb04758396a54018 /perl-install/standalone/mousedrake
parent2f81b008c851f0042da7befd2fd49f2215b11842 (diff)
downloaddrakx-backup-do-not-use-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.tar
drakx-backup-do-not-use-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.tar.gz
drakx-backup-do-not-use-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.tar.bz2
drakx-backup-do-not-use-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.tar.xz
drakx-backup-do-not-use-ee7eeb336daf0c326223c4f51efa6da35a9fa7eb.zip
remove test ugliness of dams
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-xperl-install/standalone/mousedrake2
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake
index 2fc6c4d91..62af16ded 100755
--- a/perl-install/standalone/mousedrake
+++ b/perl-install/standalone/mousedrake
@@ -8,7 +8,6 @@ use standalone;
use detect_devices;
use mouse;
use c;
-require 'dumpvar.pl';
$::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/;
local $_ = join '', @ARGV;
@@ -45,7 +44,6 @@ $o->{mouse}{device} =
\&mouse::serial_port2text,
[ mouse::serial_ports ]) || goto begin if $mouse->{type} eq 'serial';
-dumpValue(\$mouse);
mouse::write_conf($mouse);
$::isEmbedded ? kill(USR1, $::CCPID) : $in->exit(0);