From 4cc2b17a3d069b296837edbd6e81af5bbf9821b4 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 3 May 2011 14:51:12 +1000 Subject: Remove a few unused assignments. Found by static analyzer. Reported-by: Jeremy Huddleston Signed-off-by: Peter Hutterer Reviewed-by: Jeremy Huddleston --- src/XExtInt.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/XExtInt.c') diff --git a/src/XExtInt.c b/src/XExtInt.c index 134ccc6..55144c6 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -760,7 +760,6 @@ XInputWireToEvent( return (DONT_ENQUEUE); else { *re = *save; - stev = (XDeviceStateNotifyEvent *) re; return (ENQUEUE_EVENT); } } @@ -788,7 +787,6 @@ XInputWireToEvent( return (DONT_ENQUEUE); else { *re = *save; - kstev = (XDeviceStateNotifyEvent *) re; return (ENQUEUE_EVENT); } } @@ -816,7 +814,6 @@ XInputWireToEvent( return (DONT_ENQUEUE); else { *re = *save; - bstev = (XDeviceStateNotifyEvent *) re; return (ENQUEUE_EVENT); } } -- cgit v1.2.3