diff options
Diffstat (limited to 'x11vnc/connections.c')
-rw-r--r-- | x11vnc/connections.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11vnc/connections.c b/x11vnc/connections.c index 52b3f2a..e759707 100644 --- a/x11vnc/connections.c +++ b/x11vnc/connections.c @@ -2263,8 +2263,6 @@ char *get_repeater_string(char *str, int *len) { * Do a reverse connect for a single "host" or "host:port" */ -extern int ssl_client_mode; - static int do_reverse_connect(char *str_in) { rfbClientPtr cl; char *host, *p, *str = str_in, *s = NULL; |