elm test: Shut up coverity warning

CID 1354839

It was non-sensical as there would be no iterator
if there are no children.
This commit is contained in:
Jean-Philippe Andre 2016-07-13 12:58:43 +09:00
parent 5871593ed1
commit bed1e28d85
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ _custom_engine_layout_do(Eo *obj EINA_UNUSED, void *pd EINA_UNUSED,
// Note: This is a TERRIBLE layout. Just an example of the API, not showing
// how to write a proper layout function.
if (!count) return;
efl_gfx_geometry_get(pack, &px, &py, &pw, &ph);
EINA_ITERATOR_FOREACH(it, sobj)
{