edje: remove dead code.

SVN revision: 74199
This commit is contained in:
Cedric BAIL 2012-07-20 02:12:06 +00:00
parent 4107be8da7
commit 9447175a7d
1 changed files with 0 additions and 10 deletions

View File

@ -1162,16 +1162,6 @@ _edje_emit_handle(Edje *ed, const char *sig, const char *src,
}
pr->exec = exec;
#if 0
if (exec)
{
_edje_program_run(ed, pr, 0, sig, src);
if (_edje_block_break(ed))
{
goto break_prog;
}
}
#endif
}
EINA_LIST_FOREACH(matches, l, pr)