Backport: 87daec4 :: Remove Big Fat Fixme warning as it's fixed now :)

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

SVN revision: 84181
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 10:58:16 +00:00 committed by Deon Thomas
parent 853de9c660
commit 85d7ef2fbe
1 changed files with 0 additions and 10 deletions

View File

@ -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();