diff options
Diffstat (limited to 'ui/vnc.h')
| -rw-r--r-- | ui/vnc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/vnc.h b/ui/vnc.h index aac9156e79..e19ac396f2 100644 --- a/ui/vnc.h +++ b/ui/vnc.h @@ -295,9 +295,6 @@ struct VncState VncStateSASL sasl; #endif #ifdef CONFIG_VNC_WS -#ifdef CONFIG_VNC_TLS - VncStateTLS ws_tls; -#endif /* CONFIG_VNC_TLS */ bool encode_ws; bool websocket; #endif /* CONFIG_VNC_WS */ |