diff options
author | runge <runge> | 2007-01-31 16:56:33 +0000 |
---|---|---|
committer | runge <runge> | 2007-01-31 16:56:33 +0000 |
commit | 819fe41bdc7758c0489af4f70afccac07b3ffd26 (patch) | |
tree | d778879bcfdb01b35257868776264f64a145cede /x11vnc/solid.c | |
parent | c1b4a3b9960b775e3e1688c1cf10e412ea669706 (diff) | |
download | libtdevnc-819fe41bdc7758c0489af4f70afccac07b3ffd26.tar.gz libtdevnc-819fe41bdc7758c0489af4f70afccac07b3ffd26.zip |
fix warnings.
Diffstat (limited to 'x11vnc/solid.c')
-rw-r--r-- | x11vnc/solid.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11vnc/solid.c b/x11vnc/solid.c index deb83b6..9fb2562 100644 --- a/x11vnc/solid.c +++ b/x11vnc/solid.c @@ -155,8 +155,6 @@ XImage *solid_root(char *color) { XSetWindowAttributes swa; Visual visual; static unsigned long mask, pixel = 0; - XColor cdef; - Colormap cmap; RAWFB_RET(NULL) |