From 6a9d354d2d248e1ac36d55243148e969252b4b27 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 20 Feb 2013 07:45:13 +0000 Subject: [PATCH] Backport: 1c15009 :: Remove commented fixme (no time to optimize this routine right now). Signed-off-by: Christopher Michael SVN revision: 84255 Signed-off-by: Deon Thomas --- 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))) {