devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=571633a32bd29292072a2c1f2fccfd5e50af4731

commit 571633a32bd29292072a2c1f2fccfd5e50af4731
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Jun 17 11:28:55 2015 -0400

    e-comp-wl: #if 0 out a currently unused function for pre_frame assignment.
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index d202dfa..b0c8dbd 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -2156,6 +2156,7 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, E_Client 
*ec)
    _e_comp_wl_focus_check();
 }
 
+#if 0
 static void
 _e_comp_wl_client_cb_pre_frame(void *data EINA_UNUSED, E_Client *ec)
 {
@@ -2234,6 +2235,7 @@ _e_comp_wl_client_cb_pre_frame(void *data EINA_UNUSED, 
E_Client *ec)
 
    ec->comp_data->reparented = EINA_TRUE;
 }
+#endif
 
 static void
 _e_comp_wl_client_cb_focus_set(void *data EINA_UNUSED, E_Client *ec)

-- 


Reply via email to