summaryrefslogtreecommitdiff
path: root/decode_wcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'decode_wcp.c')
-rw-r--r--decode_wcp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/decode_wcp.c b/decode_wcp.c
index bcf0653..fdb7664 100644
--- a/decode_wcp.c
+++ b/decode_wcp.c
@@ -30,8 +30,7 @@
#include "scope.h"
#include "x11.h"
#include "wcpscope.h"
-
-unsigned char LookForWCPFlag;
+#include "extensions.h"
unsigned char WCPRequest, WCPError;
@@ -113,7 +112,6 @@ InitializeWCP (
WCPRequest = (unsigned char)(buf[9]);
WCPError = (unsigned char)(buf[11]);
- LookForWCPFlag = 0;
DefineEValue (&TD[REQUEST], (unsigned long) WCPRequest, "WcpRequest");
DefineEValue (&TD[REPLY], (unsigned long) WCPRequest, "WcpReply");