[PATCH weston v2 02/15] ivi-shell: removed assert
Michael Teyfel
mteyfel at de.adit-jv.com
Mon Nov 6 13:38:02 UTC 2017
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 at de.adit-jv.com>
---
ivi-shell/ivi-shell.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c
index e9ddf9a4..f3156d35 100644
--- a/ivi-shell/ivi-shell.c
+++ b/ivi-shell/ivi-shell.c
@@ -114,7 +114,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;
--
2.15.0
More information about the wayland-devel
mailing list