diff options
author | Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp> | 2015-11-25 23:37:09 +0900 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-11-27 15:03:29 +0200 |
commit | 747c3865ab7bf8defc7a0cacf148b547c949f303 (patch) | |
tree | c23da7b8482ffc5bf598a0d884a89d96107c4ed1 /ivi-shell | |
parent | fbfa8f21f91dfd1a1d85f9c6b039fe893a36e69b (diff) |
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>
Diffstat (limited to 'ivi-shell')
-rw-r--r-- | ivi-shell/ivi-layout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c index 732a557e..04fee7a3 100644 --- a/ivi-shell/ivi-layout.c +++ b/ivi-shell/ivi-layout.c @@ -851,8 +851,6 @@ commit_screen_list(struct ivi_layout *layout) ivisurf->surface->output = iviscrn->output; } } - - break; } } |