summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-24 23:41:57 +0000
committerdd <dd@FreeBSD.org>2001-06-24 23:41:57 +0000
commit7894e59b7f217dd493250aec7b5da6dd7f2cf1c4 (patch)
tree2ca9b56f962bf287792adbfb0354af3a528ebdcd /usr.sbin/moused
parent7129e7905994b1b01e82d0f0c11afcf7a6e5b09e (diff)
downloadFreeBSD-src-7894e59b7f217dd493250aec7b5da6dd7f2cf1c4.zip
FreeBSD-src-7894e59b7f217dd493250aec7b5da6dd7f2cf1c4.tar.gz
Nuke unused variables.
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r--usr.sbin/moused/moused.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index df3a9b0..77a0c78 100644
--- a/usr.sbin/moused/moused.c
+++ b/usr.sbin/moused/moused.c
@@ -2785,9 +2785,8 @@ kidspad(u_char rxc, mousestatus_t *act)
static int buflen = 0, b_prev = 0 , x_prev = -1, y_prev = -1 ;
static k_status status = S_IDLE ;
static struct timeval old, now ;
- static int x_idle = -1, y_idle = -1 ;
- int deltat, x, y ;
+ int x, y ;
if (buflen > 0 && (rxc & 0x80) ) {
fprintf(stderr, "invalid code %d 0x%x\n", buflen, rxc);
OpenPOWER on IntegriCloud