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 <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-10-09 08:54:41 -04:00
parent 3301d869df
commit ff9703efc3
1 changed files with 9 additions and 9 deletions

View File

@ -77,16 +77,16 @@ static const struct xdg_shell_listener xdg_shell_listener =
xdg_shell_ping, xdg_shell_ping,
}; };
static void /* static void */
_ecore_wl_uuid_receive(void *data EINA_UNUSED, struct session_recovery *session_recovery EINA_UNUSED, const char *uuid) /* _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); /* DBG("UUID assigned from compositor: %s", uuid); */
} /* } */
static const struct session_recovery_listener _ecore_wl_session_recovery_listener = /* static const struct session_recovery_listener _ecore_wl_session_recovery_listener = */
{ /* { */
_ecore_wl_uuid_receive, /* _ecore_wl_uuid_receive, */
}; /* }; */
/* external variables */ /* external variables */
int _ecore_wl_log_dom = -1; int _ecore_wl_log_dom = -1;