Remove commented fixme (no time to optimize this routine right now).
authorChristopher Michael <cp.michael@samsung.com>
Wed, 20 Feb 2013 07:45:13 +0000 (07:45 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 20 Feb 2013 07:45:13 +0000 (07:45 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84255

src/bin/e_randr.c

index aed82ae..154275d 100644 (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)))
      {