From ff9703efc3f437144a59c92e8e275a53847559e2 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 9 Oct 2015 08:54:41 -0400 Subject: [PATCH] ecore-wayland: Comment out unused functions for session listener Summary: As session listener is currently disabled in Ecore_Wayland, we don't need these functions defined so comment them out. Thanks to Tom for the report :) @fix Signed-off-by: Chris Michael --- src/lib/ecore_wayland/ecore_wl.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c index d777fb38a3..5d1e0e07d3 100644 --- a/src/lib/ecore_wayland/ecore_wl.c +++ b/src/lib/ecore_wayland/ecore_wl.c @@ -77,16 +77,16 @@ static const struct xdg_shell_listener xdg_shell_listener = xdg_shell_ping, }; -static void -_ecore_wl_uuid_receive(void *data EINA_UNUSED, struct session_recovery *session_recovery EINA_UNUSED, const char *uuid) -{ - DBG("UUID assigned from compositor: %s", uuid); -} +/* static void */ +/* _ecore_wl_uuid_receive(void *data EINA_UNUSED, struct session_recovery *session_recovery EINA_UNUSED, const char *uuid) */ +/* { */ +/* DBG("UUID assigned from compositor: %s", uuid); */ +/* } */ -static const struct session_recovery_listener _ecore_wl_session_recovery_listener = -{ - _ecore_wl_uuid_receive, -}; +/* static const struct session_recovery_listener _ecore_wl_session_recovery_listener = */ +/* { */ +/* _ecore_wl_uuid_receive, */ +/* }; */ /* external variables */ int _ecore_wl_log_dom = -1;