diff options
author | runge <runge> | 2006-09-14 02:20:57 +0000 |
---|---|---|
committer | runge <runge> | 2006-09-14 02:20:57 +0000 |
commit | 130cf391b60b93f187152cc10f389106caf1cbeb (patch) | |
tree | a6a4853e054137b0e37c2243d41947ee9c6c9640 /x11vnc/remote.c | |
parent | 94501cdcfaeecf09c42584589a4d419ce6ecf8aa (diff) | |
download | libvncserver-130cf391b60b93f187152cc10f389106caf1cbeb.zip libvncserver-130cf391b60b93f187152cc10f389106caf1cbeb.tar.gz |
x11vnc: enhanced_tightvnc_viewer files, ssh -t keystroke response improvement.
Diffstat (limited to 'x11vnc/remote.c')
-rw-r--r-- | x11vnc/remote.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11vnc/remote.c b/x11vnc/remote.c index f764192..3db6d30 100644 --- a/x11vnc/remote.c +++ b/x11vnc/remote.c @@ -620,8 +620,6 @@ int remote_control_access_ok(void) { #endif /* NO_X11 */ } -static int hack_val = 0; - /* * Huge, ugly switch to handle all remote commands and queries * -remote/-R and -query/-Q. |