From 68a1e2f74dd58c913e5d1f8d6138cd8ce73232a4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 22 Dec 2011 20:55:45 -0800 Subject: [PATCH] sun_mouse.c: remove unused variables Signed-off-by: Alan Coopersmith --- src/sun_mouse.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sun_mouse.c b/src/sun_mouse.c index 755ed32..ad38ba4 100644 --- a/src/sun_mouse.c +++ b/src/sun_mouse.c @@ -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;