From ee7eeb336daf0c326223c4f51efa6da35a9fa7eb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 22 Mar 2001 10:42:38 +0000 Subject: remove test ugliness of dams --- perl-install/standalone/mousedrake | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install') 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); -- cgit v1.2.1