summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-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);