ecore-wayland: Comment out unused functions for session listener
authorChris Michael <cp.michael@samsung.com>
Fri, 9 Oct 2015 12:54:41 +0000 (08:54 -0400)
committerChris Michael <cp.michael@samsung.com>
Fri, 9 Oct 2015 12:54:41 +0000 (08:54 -0400)
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>
src/lib/ecore_wayland/ecore_wl.c

index d777fb3..5d1e0e0 100644 (file)
@@ -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 const struct session_recovery_listener _ecore_wl_session_recovery_listener =
-{
-   _ecore_wl_uuid_receive,
-};
+/* 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, */
+/* }; */
 
 /* external variables */
 int _ecore_wl_log_dom = -1;