diff options
Diffstat (limited to 'i386/i386at/kd_mouse.c')
-rw-r--r-- | i386/i386at/kd_mouse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i386/i386at/kd_mouse.c b/i386/i386at/kd_mouse.c index afef0e63..7dd1c272 100644 --- a/i386/i386at/kd_mouse.c +++ b/i386/i386at/kd_mouse.c @@ -427,7 +427,6 @@ int lastgitech = 0x40; /* figure whether the first 3 bytes imply */ int fourthgitech = 0; /* look for the 4th byte; we must process it */ int middlegitech = 0; /* what should the middle button be */ -#define MOUSEBUFSIZE 5 /* num bytes def'd by protocol */ static u_char mousebuf[MOUSEBUFSIZE]; /* 5-byte packet from mouse */ void |