From: Jean-Philippe Orsini Date: Sat, 30 Mar 2013 10:00:48 +0000 (+0000) Subject: removed useless declaration X-Git-Tag: v0.8.0.5~135 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=da8f801e6bd8c03f9bcd7c848e2aa4437b90f92e removed useless declaration --- diff --git a/src/ui_sensorlist.h b/src/ui_sensorlist.h index 0e8ffe0..72e0387 100644 --- a/src/ui_sensorlist.h +++ b/src/ui_sensorlist.h @@ -35,6 +35,4 @@ void ui_sensorlist_create(struct ui_psensor *); /* Update values current/min/max */ void ui_sensorlist_update(struct ui_psensor *ui, bool complete); -void ui_sensorlist_update_sensors_preferences(struct ui_psensor *); - #endif