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:
committed by
Daniel Stone
parent
f2042e132e
commit
8b6fb14871
@@ -108,7 +108,6 @@ shell_surface_send_configure(struct weston_surface *surface,
|
|||||||
struct ivi_shell_surface *shsurf;
|
struct ivi_shell_surface *shsurf;
|
||||||
|
|
||||||
shsurf = get_ivi_shell_surface(surface);
|
shsurf = get_ivi_shell_surface(surface);
|
||||||
assert(shsurf);
|
|
||||||
if (!shsurf)
|
if (!shsurf)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user