e_zone: remove error post when the splitscreen didn't supported 33/293233/2
authorJunseok Kim <juns.kim@samsung.com>
Fri, 17 Mar 2023 03:13:29 +0000 (12:13 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Tue, 23 May 2023 04:13:41 +0000 (13:13 +0900)
Change-Id: I595bc400ebfc9db99e91b579f796ba042dd70f9f

src/bin/e_zone.c

index 3d52edcb94c9cb478985cd9c24d4e6d5b48b396e..51851ef8f44db02f7530d2225dae746474c4e6af 100644 (file)
@@ -1826,9 +1826,6 @@ _e_zone_screen_cb_get_splitscreen(struct wl_client *client,
    if (!zone->splitscreen_enabled)
      {
          ELOGF("E_Zone", "Screen dose not support Splitscreen.", NULL);
-         wl_resource_post_error(resource, WTZ_SCREEN_ERROR_NOT_SUPPORTED,
-                               "%d: wtz_screen@%d has no splitscreen capability",
-                               id, wl_resource_get_id(resource));
          return;
      }