1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-18 02:55:12 +00:00

hddtemp: drop dead code (custom per-object data)

This commit is contained in:
Phil Sutter 2009-10-04 14:37:56 +02:00
parent 066af067f0
commit a529ac52de

View File

@ -527,15 +527,6 @@ struct text_object {
#ifdef TCP_PORT_MONITOR
struct tcp_port_monitor_data tcp_port_monitor;
#endif
#ifdef HDDTEMP
struct {
char *addr;
int port;
char *dev;
double update_time;
char *temp;
} hddtemp; /* 2 */
#endif
#ifdef EVE
struct {
char *apikey;