Commit 196d38f9 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Xserver/dix/events.c: Drop unused i variable from TryClientEvents.

parent 0369bf5e
......@@ -1501,7 +1501,6 @@ int
TryClientEvents (ClientPtr client, xEvent *pEvents, int count, Mask mask,
Mask filter, GrabPtr grab)
{
int i;
int type;
#ifdef DEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment