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>
This commit is contained in:
Michael Teyfel 2017-10-17 10:29:21 +02:00 committed by Daniel Stone
parent f2042e132e
commit 8b6fb14871
1 changed files with 0 additions and 1 deletions

View File

@ -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;