mirror of
https://github.com/X11Libre/xf86-input-mouse.git
synced 2026-03-24 01:24:06 +00:00
sun_mouse.c: remove unused variables
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -203,7 +203,6 @@ vuidPreInit(InputInfoPtr pInfo, const char *protocol, int flags)
|
||||
{
|
||||
MouseDevPtr pMse = pInfo->private;
|
||||
VuidMsePtr pVuidMse;
|
||||
int buttons, i;
|
||||
|
||||
/* Ensure we don't add the same device twice */
|
||||
if (getVuidMsePriv(pInfo) != NULL)
|
||||
@@ -279,7 +278,6 @@ vuidReadInput(InputInfoPtr pInfo)
|
||||
int buttons;
|
||||
int dx = 0, dy = 0, dz = 0, dw = 0;
|
||||
unsigned int n;
|
||||
int c;
|
||||
unsigned char *pBuf;
|
||||
int absX = 0, absY = 0;
|
||||
Bool absXset = FALSE, absYset = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user