From 87daec404d6c71c6bd96abc6b38254545c12c363 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 10:58:16 +0000 Subject: [PATCH] Remove Big Fat Fixme warning as it's fixed now :) Signed-off-by: Christopher Michael SVN revision: 84181 --- src/modules/conf_randr/e_smart_monitor.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index c3b585848..0d39bbd72 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -182,16 +182,6 @@ e_smart_monitor_crtc_set(Evas_Object *obj, Ecore_X_Randr_Crtc crtc, Evas_Coord c /* set monitor resolution text */ _e_smart_monitor_resolution_set(sd, sd->crtc.w, sd->crtc.h); - /* FIXME: Big Fat Fixme here !!! - * - * This code uses a lot of ecore_x_randr_crtc functions, which means - * a LOT of X Round Trips !!! :( - * - * Ideally, we should have an ecore_x_randr_crtc_info_get function that - * will return the XRRCrtcInfo structure so we can fetch it only once, - * use it for our purposes, and be done - */ - /* get the root window */ root = ecore_x_window_root_first_get();