diff options
author | handyande <handyande> | 2005-09-13 10:12:21 +0000 |
---|---|---|
committer | handyande <handyande@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2005-09-13 10:12:21 +0000 |
commit | ce45d0f7c519c54bde41dec7599bc8e49d088a88 (patch) | |
tree | b241a5bec089f0bbc49d503a4f8dadcc41d44f04 /src/bin/e_xinerama.c | |
parent | 3dc4584f68f1b179e9040776786f211f006a4171 (diff) | |
download | enlightenment-ce45d0f7c519c54bde41dec7599bc8e49d088a88.tar.gz |
don't need to clean twice
SVN revision: 16705
Diffstat (limited to 'src/bin/e_xinerama.c')
-rw-r--r-- | src/bin/e_xinerama.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/e_xinerama.c b/src/bin/e_xinerama.c index 5d099e6591..d30883fe5e 100644 --- a/src/bin/e_xinerama.c +++ b/src/bin/e_xinerama.c @@ -81,7 +81,6 @@ _e_xinerama_update(void) Ecore_X_Window *roots; Evas_List *l; - _e_xinerama_clean(); roots = ecore_x_window_root_list(&n); if (roots) { |