Merge "[RCAR] Update Rcar gen3 BSP to 3.6"
[AGL/meta-agl.git] / meta-agl / recipes-graphics / wayland / weston / 0002-ivi-shell-removed-assert.patch
1 index e9ddf9a4..f3156d35 100644
2 --- a/ivi-shell/ivi-shell.c
3 +++ b/ivi-shell/ivi-shell.c
4 @@ -114,7 +114,6 @@ shell_surface_send_configure(struct weston_surface *surface,
5         struct ivi_shell_surface *shsurf;
6  
7         shsurf = get_ivi_shell_surface(surface);
8 -       assert(shsurf);
9         if (!shsurf)
10                 return;
11