From 4c7d271577d2597019765fd42579964032a4fa62 Mon Sep 17 00:00:00 2001 From: sachiel Date: Fri, 1 Oct 2010 17:10:37 +0000 Subject: [PATCH] Fix animators, don't run the program twice. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52953 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_var.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/edje_var.c b/src/lib/edje_var.c index 6cfbc58..235d372 100644 --- a/src/lib/edje_var.c +++ b/src/lib/edje_var.c @@ -132,7 +132,6 @@ _edje_var_anim_cb(void *data __UNUSED__) ed->file->path, embryo_program_max_cycle_run_get(ed->collection->script)); } - embryo_program_run(ed->collection->script, fn); embryo_program_data_set(ed->collection->script, pdata); embryo_program_vm_pop(ed->collection->script); _edje_recalc(ed); -- 2.7.4