1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

num_chars not used (thanks pkovacs)

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@405 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
David Carter 2005-11-12 15:33:22 +00:00
parent 8683ee8001
commit 4830c18459

View File

@ -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) {