From: Jean-Philippe Orsini Date: Fri, 29 Mar 2013 19:35:58 +0000 (+0000) Subject: removed useless const X-Git-Tag: v0.8.0.5~136 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=9b224a2a27cd5fa100bcd42849446431bd8be80f removed useless const --- 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 {