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:
parent
f2042e132e
commit
8b6fb14871
|
@ -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…
Reference in New Issue