summaryrefslogtreecommitdiffstats
path: root/ui/vnc-tls.h
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2015-03-17 13:42:53 +0000
committerGerd Hoffmann <kraxel@redhat.com>2015-03-18 09:25:13 +0100
commita2f45bc02ae9be18119d2fb88042ef19e7e9247f (patch)
tree9fd923572ff934f4904c4059dfdc9b6dce0eff5f /ui/vnc-tls.h
parentf3cf80e805bc22980733606df15917223f311f4b (diff)
downloadhqemu-a2f45bc02ae9be18119d2fb88042ef19e7e9247f.zip
hqemu-a2f45bc02ae9be18119d2fb88042ef19e7e9247f.tar.gz
ui: remove unused 'wiremode' variable in VncState struct
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'ui/vnc-tls.h')
-rw-r--r--ui/vnc-tls.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/ui/vnc-tls.h b/ui/vnc-tls.h
index 36a2227..f9829c7 100644
--- a/ui/vnc-tls.h
+++ b/ui/vnc-tls.h
@@ -33,11 +33,6 @@
#include "qemu/acl.h"
-enum {
- VNC_WIREMODE_CLEAR,
- VNC_WIREMODE_TLS,
-};
-
typedef struct VncDisplayTLS VncDisplayTLS;
typedef struct VncStateTLS VncStateTLS;
@@ -55,8 +50,6 @@ struct VncDisplayTLS {
/* Per client state */
struct VncStateTLS {
- /* Whether data is being TLS encrypted yet */
- int wiremode;
gnutls_session_t session;
/* Client's Distinguished Name from the x509 cert */
OpenPOWER on IntegriCloud