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:
parent
066af067f0
commit
a529ac52de
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user