diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2010-02-19 03:31:03 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2010-02-19 03:31:03 +0000 |
commit | cdf7c14d900e7fffb5bffca5d2a888f62c313b14 (patch) | |
tree | 921173fbdc59a2d1cdf6d0f25c8da4de7435b396 | |
parent | 4461057e7aa788864f898da0bc5245a9c719695c (diff) | |
download | enlightenment-cdf7c14d900e7fffb5bffca5d2a888f62c313b14.tar.gz |
Oops, that should not have been comitted.
SVN revision: 46294
-rw-r--r-- | src/modules/comp/e_mod_comp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/comp/e_mod_comp.c b/src/modules/comp/e_mod_comp.c index 9f8693f9af..906bdfcb29 100644 --- a/src/modules/comp/e_mod_comp.c +++ b/src/modules/comp/e_mod_comp.c @@ -691,7 +691,6 @@ _e_mod_comp_cb_animator(void *data) static void _e_mod_comp_render_queue(E_Comp *c) { - if (!c) return; if (_comp_mod->conf->lock_fps) { if (c->render_animator) |