aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-24 23:41:57 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-24 23:41:57 +0000
commit7309915e7aa1ef9d23384c680701051238d5e0d0 (patch)
tree2ca9b56f962bf287792adbfb0354af3a528ebdcd /usr.sbin/moused
parent8194b338dc9782d491ded24d29d35dc1845ba862 (diff)
downloadsrc-7309915e7aa1ef9d23384c680701051238d5e0d0.tar.gz
src-7309915e7aa1ef9d23384c680701051238d5e0d0.zip
Nuke unused variables.
Notes
Notes: svn path=/head/; revision=78737
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 df3a9b0a75c8..77a0c782ec15 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);