summaryrefslogtreecommitdiffstats
path: root/libvncserver/ws_decode.h
diff options
context:
space:
mode:
authorAndreas Weigel <[email protected]>2017-02-20 15:13:03 +0100
committerChristian Beier <[email protected]>2017-05-14 20:38:28 +0200
commit826e0f9e39a49ae3598f8709218180f835af269b (patch)
treec5f5b3a257159b962f18726fd9b1e8b3b70c1d6f /libvncserver/ws_decode.h
parentf19d6ee225ff35eb54ca06927a921c98ff721adc (diff)
downloadlibtdevnc-826e0f9e39a49ae3598f8709218180f835af269b.tar.gz
libtdevnc-826e0f9e39a49ae3598f8709218180f835af269b.zip
add generation wstest to cmake
add wstestdata.c, because the python data generation script has too many dependencies remove some redundance from jpeg test creation add support for decoding close messages
Diffstat (limited to 'libvncserver/ws_decode.h')
-rw-r--r--libvncserver/ws_decode.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libvncserver/ws_decode.h b/libvncserver/ws_decode.h
index fac3c68..0dcbc83 100644
--- a/libvncserver/ws_decode.h
+++ b/libvncserver/ws_decode.h
@@ -7,13 +7,6 @@
#include <resolv.h> /* __b64_ntop */
#endif
-
-
-enum {
- WEBSOCKETS_VERSION_HIXIE,
- WEBSOCKETS_VERSION_HYBI
-};
-
#if defined(__APPLE__)
#include <libkern/OSByteOrder.h>