summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-22 20:55:45 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-12-22 20:55:45 -0800
commit68a1e2f74dd58c913e5d1f8d6138cd8ce73232a4 (patch)
tree30689beaca9e002d90e11a13fa59f2497450e97f
parenta5126694b29bdf9c852254b53174fcf37537b121 (diff)
sun_mouse.c: remove unused variables
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/sun_mouse.c2
1 files changed, 0 insertions, 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;