summaryrefslogtreecommitdiffstats
path: root/x11vnc/screen.c
diff options
context:
space:
mode:
authorrunge <runge>2006-12-28 15:51:44 +0000
committerrunge <runge>2006-12-28 15:51:44 +0000
commit99a557d673ac4444532ac7025cb479a229ea7fb3 (patch)
tree3e403f6e52782a3e458cada3501ae8b1839c8364 /x11vnc/screen.c
parent56eb45a5f8ab93abb1e15d4c0b8214d06a3d6d18 (diff)
downloadlibtdevnc-99a557d673ac4444532ac7025cb479a229ea7fb3.tar.gz
libtdevnc-99a557d673ac4444532ac7025cb479a229ea7fb3.zip
x11vnc: clean up compiler warnings.
Diffstat (limited to 'x11vnc/screen.c')
-rw-r--r--x11vnc/screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/x11vnc/screen.c b/x11vnc/screen.c
index 7b583fa..f61a866 100644
--- a/x11vnc/screen.c
+++ b/x11vnc/screen.c
@@ -701,7 +701,6 @@ void free_old_fb(void) {
void do_new_fb(int reset_mem) {
XImage *fb;
- int i;
/* for threaded we really should lock libvncserver out. */
if (use_threads) {