summaryrefslogtreecommitdiffstats
path: root/libvncserver/ws_decode.h
diff options
context:
space:
mode:
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>