Commit ecaf4df7 authored by Keith Packard's avatar Keith Packard Committed by Mike Gabriel

Xserver/Xext/xres.c: Drop unused REQUEST macro call (for xXResQueryVersionReq).

Backported from X.org: commit a1cb69dc28fdbfbdfaf954e0bec221f759462399 Author: Keith Packard <keithp@keithp.com> Date: Fri Nov 15 22:05:44 2013 +0900 Xext: Clean up warnings GC funcs and ops are const. Remove unused variables. Signed-off-by: 's avatarKeith Packard <keithp@keithp.com> Reviewed-by: 's avatarAdam Jackson <ajax@redhat.com> Backport to nx-libs: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
parent 89499350
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
static int static int
ProcXResQueryVersion (ClientPtr client) ProcXResQueryVersion (ClientPtr client)
{ {
REQUEST(xXResQueryVersionReq);
xXResQueryVersionReply rep; xXResQueryVersionReply rep;
REQUEST_SIZE_MATCH (xXResQueryVersionReq); REQUEST_SIZE_MATCH (xXResQueryVersionReq);
......
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