removed useless const
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 29 Mar 2013 19:35:58 +0000 (19:35 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 29 Mar 2013 19:35:58 +0000 (19:35 +0000)
src/ui_sensorlist.c

index 81ebf47..fc7c2a2 100644 (file)
@@ -36,8 +36,7 @@ enum {
        COL_COLOR_STR,
        COL_ENABLED,
        COL_EMPTY,
-       COL_SENSOR,
-       COLS_COUNT
+       COL_SENSOR
 };
 
 struct cb_data {