drop now unused sensor field
authorPhil Sutter <phil@nwl.cc>
Fri, 9 Oct 2009 01:58:16 +0000 (03:58 +0200)
committerPhil Sutter <phil@nwl.cc>
Tue, 3 Nov 2009 22:23:22 +0000 (23:23 +0100)
src/text_object.h

index cf4ff44..54b5a5b 100644 (file)
@@ -442,7 +442,6 @@ struct text_object {
                char *s;                /* some string */
                int i;                  /* some integer */
                long l;                 /* some other integer */
-               unsigned int sensor;
                unsigned char loadavg[3];
                unsigned int cpu_index;
                struct mail_s *mail;