summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-11-05 19:04:32 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-11-05 19:04:32 -0800
commit431982e7c04ec076eeafd57190db4d7d901efa7c (patch)
tree9a8268520a9f79fbe410e9917c68af856b29fc49
parent7bb59519636a7e0028e6f0f63d8256a68a24792d (diff)
sun_mouse.c: remove unused variables
-rw-r--r--src/sun_mouse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sun_mouse.c b/src/sun_mouse.c
index 4913942..d0867f1 100644
--- a/src/sun_mouse.c
+++ b/src/sun_mouse.c
@@ -322,7 +322,6 @@ vuidReadInput(InputInfoPtr pInfo)
unsigned int n;
int c;
unsigned char *pBuf;
- int wmask;
int absX, absY;
Bool absXset = FALSE, absYset = FALSE;
@@ -599,7 +598,7 @@ static Bool
solarisMouseAutoProbe(InputInfoPtr pInfo, const char **protocol,
const char **device)
{
- const char **pdev, **pproto, *dev = NULL;
+ const char **pdev, **pproto;
int fd = -1;
Bool found;