X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fui_sensorlist.h;h=b565ecc6cdda3ebefc9885680c854daafe46afb6;hb=522e29b53556e160fc18ed3f54169b4833e33c8f;hp=72e03874fc04d963b69a1f4b56b216c0785a7057;hpb=da8f801e6bd8c03f9bcd7c848e2aa4437b90f92e;p=psensor.git diff --git a/src/ui_sensorlist.h b/src/ui_sensorlist.h index 72e0387..b565ecc 100644 --- a/src/ui_sensorlist.h +++ b/src/ui_sensorlist.h @@ -23,13 +23,6 @@ #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 */