dix: remove unused variable 'tmp'

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-02-24 15:25:49 +10:00
parent 8d6dd83a38
commit cffa3c499a

View File

@ -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);