From 1756c3de923a713f1d6effa309d88d65115ba4db Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 11 Oct 2012 14:29:04 +0000 Subject: [PATCH] E (RandR): Remove dead comment. Signed-off-by: Christopher Michael SVN revision: 77886 --- src/modules/conf_randr/e_smart_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index 0535f7b01..7be94bda0 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -236,7 +236,7 @@ e_smart_monitor_info_set(Evas_Object *obj, E_Randr_Output_Info *output, E_Randr_ /* set some defaults */ sd->orig.orientation = ECORE_X_RANDR_ORIENTATION_ROT_0; - sd->orig.refresh_rate = 0;//60.0; + sd->orig.refresh_rate = 0; sd->orig.mode = NULL; sd->orig.x = 0; sd->orig.y = 0;