E (RandR): Ooops, remove unused variable.
authorChristopher Michael <cp.michael@samsung.com>
Wed, 10 Oct 2012 08:46:07 +0000 (08:46 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 10 Oct 2012 08:46:07 +0000 (08:46 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77726

src/modules/conf_randr/e_smart_monitor.c

index ab77867159246e8ba79e80c99c71637db3012135..1e2043ba5c8a2d304ecad5e3e09ee69a39598b31 100644 (file)
@@ -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 */