Fix animators, don't run the program twice.

SVN revision: 52953
This commit is contained in:
Iván Briano 2010-10-01 17:10:37 +00:00
parent 2233302716
commit be56560d7d
1 changed files with 0 additions and 1 deletions

View File

@ -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);