ivi-shell: remove a code which expects only a screen in the system.
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Wed, 25 Nov 2015 14:37:09 +0000 (23:37 +0900)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Fri, 27 Nov 2015 13:03:29 +0000 (15:03 +0200)
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>
ivi-shell/ivi-layout.c

index 732a557ee7514dedce17caa6a97d6e9f56c9fef3..04fee7a3d135acdfbc96ead6809b66c7db375961 100644 (file)
@@ -851,8 +851,6 @@ commit_screen_list(struct ivi_layout *layout)
                                ivisurf->surface->output = iviscrn->output;
                        }
                }
-
-               break;
        }
 }