From cffa3c499a0495e132557bd6b08a8c0b858cdf3b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 24 Feb 2009 15:25:49 +1000 Subject: [PATCH] dix: remove unused variable 'tmp' Signed-off-by: Peter Hutterer --- dix/inpututils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dix/inpututils.c b/dix/inpututils.c index 07a2383e7..2226d5562 100644 --- a/dix/inpututils.c +++ b/dix/inpututils.c @@ -111,7 +111,6 @@ _X_EXPORT int ApplyPointerMapping(DeviceIntPtr dev, CARD8 *map, int len, ClientPtr client) { int ret; - DeviceIntPtr tmp; /* If we can't perform the change on the requested device, bail out. */ ret = check_butmap_change(dev, map, len, &client->errorValue, client);