X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fshell.c;h=d91570f75b39baf8e2087cf9f4d164c9b6a0bfdb;hb=43bdf9a42bac33df174d6ac7ff1ab2e15441c7b5;hp=efcb102e2e3363c21bce4828780712566932e02b;hpb=71deafe03f41738bfcd7eafd21c3262c29f45ee7;p=src%2Fagl-compositor.git diff --git a/src/shell.c b/src/shell.c index efcb102..d91570f 100644 --- a/src/shell.c +++ b/src/shell.c @@ -784,15 +784,6 @@ ivi_shell_destroy_views_on_layer(struct weston_layer *layer) } } -static void -ivi_shell_destroy_views_on_fullscreen_layer(struct ivi_compositor *ivi) -{ - struct ivi_output *ivi_output; - - wl_list_for_each(ivi_output, &ivi->outputs, link) - weston_surface_destroy(ivi_output->fullscreen_view.fs->view->surface); -} - void ivi_shell_finalize(struct ivi_compositor *ivi) { @@ -810,9 +801,6 @@ ivi_shell_finalize(struct ivi_compositor *ivi) ivi_shell_destroy_views_on_layer(&ivi->popup); weston_layer_fini(&ivi->popup); - - ivi_shell_destroy_views_on_fullscreen_layer(ivi); - weston_layer_fini(&ivi->fullscreen); } static void