num_chars not used (thanks pkovacs)
authorDavid Carter <boojit@pundo.com>
Sat, 12 Nov 2005 15:33:22 +0000 (15:33 +0000)
committerDavid Carter <boojit@pundo.com>
Sat, 12 Nov 2005 15:33:22 +0000 (15:33 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@405 7f574dfc-610e-0410-a909-a81674777703

src/x11.c

index 6b1ab00..7498cd6 100644 (file)
--- a/src/x11.c
+++ b/src/x11.c
@@ -186,7 +186,6 @@ void init_window(int own_window, int w, int h, int l, int set_trans, int back_co
        set_transparent = set_trans;
        background_colour = back_colour;
        char * window_name = NULL;
-       int num_chars = 0;
 #ifdef OWN_WINDOW
        if (own_window) {