removed ui_sensorlist struct
[psensor.git] / src / ui_sensorlist.h
index 72e0387..b565ecc 100644 (file)
 
 #include "psensor.h"
 
-struct ui_sensorlist {
-       /* The GtkTreeView widget containing the list of sensors */
-       GtkTreeView *treeview;
-
-       struct psensor **sensors;
-};
-
 void ui_sensorlist_create(struct ui_psensor *);
 
 /* Update values current/min/max */