From da8f801e6bd8c03f9bcd7c848e2aa4437b90f92e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 30 Mar 2013 10:00:48 +0000 Subject: [PATCH] removed useless declaration --- src/ui_sensorlist.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.7.4