From 747c3865ab7bf8defc7a0cacf148b547c949f303 Mon Sep 17 00:00:00 2001 From: Nobuhiko Tanibata Date: Wed, 25 Nov 2015 23:37:09 +0900 Subject: [PATCH] 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 Reviewed-by: Pekka Paalanen --- ivi-shell/ivi-layout.c | 2 -- 1 file changed, 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; } }