ivi-shell: removed assert

Removed assert, that checks if ivi-surface is not available, since this
can now happen with xdg-shell support.

Signed-off-by: Michael Teyfel <mteyfel@de.adit-jv.com>
dev
Michael Teyfel 7 years ago committed by Daniel Stone
parent f2042e132e
commit 8b6fb14871
  1. 1
      ivi-shell/ivi-shell.c

@ -108,7 +108,6 @@ shell_surface_send_configure(struct weston_surface *surface,
struct ivi_shell_surface *shsurf;
shsurf = get_ivi_shell_surface(surface);
assert(shsurf);
if (!shsurf)
return;

Loading…
Cancel
Save