From 9b224a2a27cd5fa100bcd42849446431bd8be80f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 29 Mar 2013 19:35:58 +0000 Subject: [PATCH] removed useless const --- src/ui_sensorlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui_sensorlist.c b/src/ui_sensorlist.c index 81ebf47..fc7c2a2 100644 --- a/src/ui_sensorlist.c +++ b/src/ui_sensorlist.c @@ -36,8 +36,7 @@ enum { COL_COLOR_STR, COL_ENABLED, COL_EMPTY, - COL_SENSOR, - COLS_COUNT + COL_SENSOR }; struct cb_data { -- 2.7.4