e-comp-wl: #if 0 out a currently unused function for pre_frame assignment.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-06-17 11:28:55 -04:00
parent 6797a3c328
commit 571633a32b
1 changed files with 2 additions and 0 deletions

View File

@ -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)