1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-13 19:22:58 +00:00

Don't check if_gw twice

This commit is contained in:
Nikolas Garofil 2009-05-12 20:25:40 +02:00
parent a07a082d76
commit e0b2f75433

View File

@ -2322,7 +2322,6 @@ static struct text_object *construct_text_object(const char *s,
#if defined(__linux__)
END OBJ(gw_iface, INFO_GW)
END OBJ(gw_ip, INFO_GW)
END OBJ(if_gw, INFO_GW)
#endif /* !__linux__ */
#ifndef __OpenBSD__
END OBJ(adt746xcpu, 0)