1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 20:44:56 +00:00

Remove unused var.

This commit is contained in:
Brenden Matthews 2009-05-16 17:08:37 -06:00
parent dae78fb875
commit debf4ec597

View File

@ -3792,7 +3792,6 @@ static void generate_text_internal(char *p, int p_max_size,
#endif
OBJ(execbar) {
double barnum;
int i;
read_exec(obj->data.s, p, text_buffer_size);
barnum = get_barnum(p);