mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 10:58:19 +02:00
Fix compiler warning 'unused variable qelt'
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
03f4907e14
commit
bc06d49e9d
1 changed files with 0 additions and 1 deletions
|
|
@ -2340,7 +2340,6 @@ Bool
|
|||
_XFetchEventCookie(Display *dpy, XGenericEventCookie* ev)
|
||||
{
|
||||
Bool ret = False;
|
||||
_XQEvent *qelt;
|
||||
struct stored_event **head, *event;
|
||||
head = (struct stored_event**)&dpy->cookiejar;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue