removed useless local var
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 8 Jun 2016 15:57:34 +0000 (17:57 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 8 Jun 2016 15:57:34 +0000 (17:57 +0200)
src/ui.c

index 02c6206..041e8d8 100644 (file)
--- a/src/ui.c
+++ b/src/ui.c
@@ -404,7 +404,6 @@ void ui_window_create(struct ui_psensor *ui)
 void ui_window_update(struct ui_psensor *ui)
 {
        struct config *cfg;
-       enum sensorlist_position sensorlist_pos;
 
        log_debug("ui_window_update()");