ivi-shell: remove a code which expects only a screen in the system.

It breaks from wl_list_for_each of screens when the frist screen found.

Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Nobuhiko Tanibata
2015-11-25 23:37:09 +09:00
committed by Pekka Paalanen
parent fbfa8f21f9
commit 747c3865ab
-2
View File
@@ -851,8 +851,6 @@ commit_screen_list(struct ivi_layout *layout)
ivisurf->surface->output = iviscrn->output; ivisurf->surface->output = iviscrn->output;
} }
} }
break;
} }
} }