1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-05 05:28:32 +00:00

drop struct text_object field pair, since it got unused due to latest commits

This commit is contained in:
Phil Sutter 2009-10-25 22:58:04 +01:00
parent 76b433c809
commit d9ec45b25d

View File

@ -443,11 +443,6 @@ struct text_object {
int i;
char *str;
} ifblock;
struct {
int a, b;
} pair; /* 2 */
} data;
void *special_data;