Remove wl_list_init of layer_list which will be used by ivi_shell. 35/18635/1
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Thu, 27 Mar 2014 08:25:25 +0000 (01:25 -0700)
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
Thu, 27 Mar 2014 08:25:25 +0000 (01:25 -0700)
To avoid clearing not related ivi_controller.so

Change-Id: Iefeaeaccbe85a39556e791028c7e3b5699083a5e
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp>
weston-ivi-shell/src/ivi-controller.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 9bc5a54..b00efca
@@ -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);