From: Gwanglim Lee Date: Thu, 23 Jul 2015 01:11:38 +0000 (+0900) Subject: e_comp_wl: comment out unused function to reduce warnings X-Git-Tag: submit/tizen/20150723.044444~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9765831fbd495d6d00b433c2f3623706886fefe3;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl: comment out unused function to reduce warnings Change-Id: Id59d95a5e3508b1d9bbaeb586beba77d8f404900 --- diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 68ebc7af1a..77e459f0ac 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -2664,6 +2664,7 @@ _e_comp_wl_client_cb_post_new(void *data EINA_UNUSED, E_Client *ec) } } +#if 0 static void _e_comp_wl_client_cb_pre_frame(void *data EINA_UNUSED, E_Client *ec) { @@ -2742,6 +2743,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)