defined sensors box, sensors list and graph widgets in the glade file.
[psensor.git] / src / ui_sensorlist.h
index 2b56e80..221f588 100644 (file)
@@ -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;
 };