From 571633a32bd29292072a2c1f2fccfd5e50af4731 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 17 Jun 2015 11:28:55 -0400 Subject: [PATCH] e-comp-wl: #if 0 out a currently unused function for pre_frame assignment. Signed-off-by: Chris Michael --- 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 d202dfa54..b0c8dbd0b 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)