defined sensors box, sensors list and graph widgets in the glade file.
[psensor.git] / src / ui_sensorlist.h
index 841de3d..221f588 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 jeanfi@gmail.com
+ * Copyright (C) 2010-2013 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -27,9 +27,6 @@ struct ui_sensorlist {
        /* The GtkTreeView widget containing the list of sensors */
        GtkTreeView *treeview;
 
-       /* Scrolled widget containing the GtkTreeView */
-       GtkWidget *widget;
-
        struct psensor **sensors;
 };