hddtemp: drop dead code (custom per-object data)
authorPhil Sutter <phil@nwl.cc>
Sun, 4 Oct 2009 12:37:56 +0000 (14:37 +0200)
committerPhil Sutter <phil@nwl.cc>
Mon, 12 Oct 2009 19:33:02 +0000 (21:33 +0200)
src/text_object.h

index 519c318..b9c96fb 100644 (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;