ilmControl: a screen needs no order link
authorMarcus Fritzsch <marcus.fritzsch@xse.de>
Fri, 1 Aug 2014 09:25:32 +0000 (11:25 +0200)
committerNobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
Tue, 12 Aug 2014 13:15:16 +0000 (22:15 +0900)
Signed-off-by: Marcus Fritzsch <marcus.fritzsch@xse.de>
ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c

index d971df8..a86156f 100644 (file)
@@ -322,7 +322,6 @@ struct screen_context {
 
     struct {
         struct wl_list list_layer;
-        struct wl_list link;
     } order;
 
     struct ilm_control_context *ctx;
@@ -1165,7 +1164,6 @@ registry_handle_control(void *data,
         ctx_scrn->id_screen = ctx->num_screen;
         ctx->num_screen++;
         wl_list_init(&ctx_scrn->order.list_layer);
-        wl_list_init(&ctx_scrn->order.link);
         wl_list_insert(&ctx->list_screen, &ctx_scrn->link);
     }
 }