From 85ffdd1e6b5d264c90c5e84bd8150a5357a12c62 Mon Sep 17 00:00:00 2001 From: Nobuhiko Tanibata Date: Thu, 27 Mar 2014 01:25:25 -0700 Subject: [PATCH] Remove wl_list_init of layer_list which will be used by ivi_shell. To avoid clearing not related ivi_controller.so Change-Id: Iefeaeaccbe85a39556e791028c7e3b5699083a5e Signed-off-by: Nobuhiko Tanibata --- weston-ivi-shell/src/ivi-controller.c | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 weston-ivi-shell/src/ivi-controller.c diff --git a/weston-ivi-shell/src/ivi-controller.c b/weston-ivi-shell/src/ivi-controller.c old mode 100644 new mode 100755 index 9bc5a54..b00efca --- a/weston-ivi-shell/src/ivi-controller.c +++ b/weston-ivi-shell/src/ivi-controller.c @@ -1585,7 +1585,6 @@ init_ivi_shell(struct weston_compositor *ec, struct ivishell *shell) shell->compositor = ec; - wl_list_init(&ec->layer_list); wl_list_init(&shell->list_surface); wl_list_init(&shell->list_layer); wl_list_init(&shell->list_screen); -- 2.7.4