Backport: 1c15009 :: Remove commented fixme (no time to optimize this routine right now).

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

SVN revision: 84255
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-20 07:45:13 +00:00 committed by Deon Thomas
parent 99bcb2ccb9
commit 6a9d354d2d
1 changed files with 0 additions and 5 deletions

View File

@ -402,11 +402,6 @@ _e_randr_config_restore(void)
/* grab the root window */
root = ecore_x_window_root_first_get();
/* FIXME: !!
*
* Optimize and redo this !!!
*/
/* try to get the list of crtcs */
if ((crtcs = ecore_x_randr_crtcs_get(root, &ncrtcs)))
{