summaryrefslogtreecommitdiffstats
path: root/x11vnc/solid.c
diff options
context:
space:
mode:
authorrunge <runge>2007-01-31 16:56:33 +0000
committerrunge <runge>2007-01-31 16:56:33 +0000
commit819fe41bdc7758c0489af4f70afccac07b3ffd26 (patch)
treed778879bcfdb01b35257868776264f64a145cede /x11vnc/solid.c
parentc1b4a3b9960b775e3e1688c1cf10e412ea669706 (diff)
downloadlibtdevnc-819fe41bdc7758c0489af4f70afccac07b3ffd26.tar.gz
libtdevnc-819fe41bdc7758c0489af4f70afccac07b3ffd26.zip
fix warnings.
Diffstat (limited to 'x11vnc/solid.c')
-rw-r--r--x11vnc/solid.c2
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)