From: Jean-Philippe Orsini Date: Mon, 13 May 2013 06:21:49 +0000 (+0000) Subject: style X-Git-Tag: v0.8.0.5~68 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=6ce6f23bfb0f95c38f1f5a3c86fecc3b2e65446d style --- diff --git a/src/graph.c b/src/graph.c index 71e8396..3b4eb05 100644 --- a/src/graph.c +++ b/src/graph.c @@ -262,7 +262,6 @@ graph_update(struct psensor **sensors, max_rpm = get_max_rpm(sensors); mint = get_min_temp(sensors); - strmin = psensor_value_to_str(SENSOR_TYPE_TEMP, mint, config->temperature_unit == CELCIUS);