X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fshell.c;fp=src%2Fshell.c;h=6ec444abb734c1b9bbf3f2d9b76b550ffd42fa7e;hb=40f5e3bbfac73375bc4f881b3a168fb0d9297c9b;hp=bf143020d676afeeca51e30c57bcc130433ec819;hpb=8f85581e96bc71512cbef015ff12dc6441c07d9c;p=src%2Fagl-compositor.git diff --git a/src/shell.c b/src/shell.c index bf14302..6ec444a 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1338,14 +1338,6 @@ bind_agl_shell(struct wl_client *client, return; } -#if 0 - if (ivi->shell_client.client != client) { - wl_resource_post_error(resource, WL_DISPLAY_ERROR_INVALID_OBJECT, - "client not authorized to use agl_shell"); - return; - } -#endif - if (ivi->shell_client.resource) { wl_resource_post_error(resource, WL_DISPLAY_ERROR_INVALID_OBJECT, "agl_shell has already been bound");