diff --git a/src/lib/ecore_wl2/ecore_wl2_display.c b/src/lib/ecore_wl2/ecore_wl2_display.c index efaa25363c..7a0e20cf31 100644 --- a/src/lib/ecore_wl2/ecore_wl2_display.c +++ b/src/lib/ecore_wl2/ecore_wl2_display.c @@ -326,12 +326,6 @@ _cb_global_add(void *data, struct wl_registry *registry, unsigned int id, const EINA_INLIST_FOREACH(ewd->windows, window) if (window->surface) efl_aux_hints_get_supported_aux_hints(ewd->wl.efl_aux_hints, window->surface); } - else if (!strcmp(interface, "zwp_teamwork")) - { - ewd->wl.teamwork = - wl_registry_bind(registry, id, - &zwp_teamwork_interface, EFL_TEAMWORK_VERSION); - } else if (!strcmp(interface, "wl_output")) _ecore_wl2_output_add(ewd, id); else if (!strcmp(interface, "wl_seat")) diff --git a/src/lib/ecore_wl2/ecore_wl2_private.h b/src/lib/ecore_wl2/ecore_wl2_private.h index 0a662e7884..c374c67857 100644 --- a/src/lib/ecore_wl2/ecore_wl2_private.h +++ b/src/lib/ecore_wl2/ecore_wl2_private.h @@ -7,9 +7,6 @@ # include # include "ecore_wl2_internal.h" -# define EFL_TEAMWORK_VERSION 2 -# include "teamwork-client-protocol.h" - # include "session-recovery-client-protocol.h" # include "xdg-shell-client-protocol.h" @@ -92,7 +89,6 @@ struct _Ecore_Wl2_Display struct xdg_wm_base *xdg_wm_base; struct zwp_e_session_recovery *session_recovery; struct efl_aux_hints *efl_aux_hints; - struct zwp_teamwork *teamwork; struct efl_hints *efl_hints; int compositor_version; } wl; diff --git a/src/wayland_protocol/meson.build b/src/wayland_protocol/meson.build index 652dfd551d..3749e5d91b 100644 --- a/src/wayland_protocol/meson.build +++ b/src/wayland_protocol/meson.build @@ -7,8 +7,7 @@ wayland_client = dependency('wayland-client') wl_protocol_local = [ 'efl-aux-hints.xml', 'efl-hints.xml', - 'session-recovery.xml', - 'teamwork.xml' + 'session-recovery.xml' ] wl_unstable_protocol_sys = [ diff --git a/src/wayland_protocol/teamwork.xml b/src/wayland_protocol/teamwork.xml deleted file mode 100644 index 99e2f33dfa..0000000000 --- a/src/wayland_protocol/teamwork.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -