E (RandR): Ooops, remove unused variable.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77726
This commit is contained in:
Christopher Michael 2012-10-10 08:46:07 +00:00 committed by Christopher Michael
parent 03163e199e
commit 5d376283c9
1 changed files with 0 additions and 2 deletions

View 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 */