From 1c15009411b20e807c76a94c110c70a6d6ed005a Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 20 Feb 2013 07:45:13 +0000 Subject: [PATCH] Remove commented fixme (no time to optimize this routine right now). Signed-off-by: Christopher Michael SVN revision: 84255 --- src/bin/e_randr.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index aed82ae73..154275d1a 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -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))) {