mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-11 10:38:12 +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:
parent
8683ee8001
commit
4830c18459
@ -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;
|
set_transparent = set_trans;
|
||||||
background_colour = back_colour;
|
background_colour = back_colour;
|
||||||
char * window_name = NULL;
|
char * window_name = NULL;
|
||||||
int num_chars = 0;
|
|
||||||
#ifdef OWN_WINDOW
|
#ifdef OWN_WINDOW
|
||||||
if (own_window) {
|
if (own_window) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user