devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ff9703efc3f437144a59c92e8e275a53847559e2

commit ff9703efc3f437144a59c92e8e275a53847559e2
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Oct 9 08:54:41 2015 -0400

    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.mich...@samsung.com>
---
 src/lib/ecore_wayland/ecore_wl.c | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/lib/ecore_wayland/ecore_wl.c b/src/lib/ecore_wayland/ecore_wl.c
index d777fb3..5d1e0e0 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 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;

-- 


Reply via email to