From 463676f016a105a790cbb386d20eb5b188c04652 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 9 Apr 2009 19:11:59 +1000 Subject: [PATCH] Xi: remove un-used variable pXIClient Signed-off-by: Peter Hutterer --- Xi/opendev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Xi/opendev.c b/Xi/opendev.c index 833ecbbb9..4ad5af297 100644 --- a/Xi/opendev.c +++ b/Xi/opendev.c @@ -97,7 +97,6 @@ ProcXOpenDevice(ClientPtr client) int status = Success; xOpenDeviceReply rep; DeviceIntPtr dev; - XIClientPtr pXIClient; REQUEST(xOpenDeviceReq); REQUEST_SIZE_MATCH(xOpenDeviceReq);