projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3294b37
)
Remove commented fixme (no time to optimize this routine right now).
author
Christopher Michael
<cp.michael@samsung.com>
Wed, 20 Feb 2013 07:45:13 +0000
(07:45 +0000)
committer
Christopher 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
patch
|
blob
|
history
diff --git
a/src/bin/e_randr.c
b/src/bin/e_randr.c
index
aed82ae
..
154275d
100644
(file)
--- 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)))
{