summaryrefslogtreecommitdiff
path: root/decode_bigreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'decode_bigreq.c')
-rw-r--r--decode_bigreq.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/decode_bigreq.c b/decode_bigreq.c
index 087a65d..be0d597 100644
--- a/decode_bigreq.c
+++ b/decode_bigreq.c
@@ -29,8 +29,7 @@
#include "scope.h"
#include "x11.h"
#include "bigreqscope.h"
-
-unsigned char LookForBIGREQFlag;
+#include "extensions.h"
unsigned char BIGREQRequest;
@@ -70,7 +69,6 @@ InitializeBIGREQ(
TYPE p;
BIGREQRequest = (unsigned char)(buf[9]);
- LookForBIGREQFlag = 0;
DefineEValue (&TD[REQUEST], (unsigned long) BIGREQRequest, "BigreqRequest");
DefineEValue (&TD[REPLY], (unsigned long) BIGREQRequest, "BigreqReply");