From 5d376283c9404c41f28139e9bc2c62c276e72beb Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 10 Oct 2012 08:46:07 +0000 Subject: [PATCH] E (RandR): Ooops, remove unused variable. Signed-off-by: Christopher Michael SVN revision: 77726 --- src/modules/conf_randr/e_smart_monitor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index ab7786715..1e2043ba5 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -1379,8 +1379,6 @@ _e_smart_monitor_resolution_get(E_Smart_Data *sd, Evas_Coord width, Evas_Coord h if ((((int)mode->height - RESIZE_SNAP_FUZZINESS) <= height) || (((int)mode->height + RESIZE_SNAP_FUZZINESS) <= height)) { - double rate = 0.0; - /* since we did not match on refresh rate, then we need * to update the smart data struct with the rate * from this mode */