summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
Diffstat (limited to 'unix')
-rw-r--r--unix/xserver/hw/vnc/vncExt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/xserver/hw/vnc/vncExt.c b/unix/xserver/hw/vnc/vncExt.c
index 561e292c..2f5ff5c7 100644
--- a/unix/xserver/hw/vnc/vncExt.c
+++ b/unix/xserver/hw/vnc/vncExt.c
@@ -354,7 +354,6 @@ static int ProcVncExtListParams(ClientPtr client)
char *params;
size_t len;
- REQUEST(xVncExtListParamsReq);
REQUEST_SIZE_MATCH(xVncExtListParamsReq);
rep.type = X_Reply;
@@ -429,7 +428,6 @@ static int ProcVncExtGetClientCutText(ClientPtr client)
{
xVncExtGetClientCutTextReply rep;
- REQUEST(xVncExtGetClientCutTextReq);
REQUEST_SIZE_MATCH(xVncExtGetClientCutTextReq);
rep.type = X_Reply;
@@ -581,7 +579,6 @@ static int ProcVncExtGetQueryConnect(ClientPtr client)
xVncExtGetQueryConnectReply rep;
- REQUEST(xVncExtGetQueryConnectReq);
REQUEST_SIZE_MATCH(xVncExtGetQueryConnectReq);
vncGetQueryConnect(&opaqueId, &qcAddress, &qcUsername, &qcTimeout);