princeamd pushed a commit to branch enlightenment-0.17.

commit 85d7ef2fbe744c11ab6a956ad59adc14ef6ddcb6
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:58:16 2013 +0000

    Backport: 87daec4 :: Remove Big Fat Fixme warning as it's fixed now :)
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84181
    Signed-off-by: Deon Thomas <[email protected]>
---
 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 c3b5858..0d39bbd 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();
 

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to