e-comp-wl: #if 0 out a currently unused function for pre_frame assignment.
authorChris Michael <cp.michael@samsung.com>
Wed, 17 Jun 2015 15:28:55 +0000 (11:28 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 17 Jun 2015 15:28:55 +0000 (11:28 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_comp_wl.c

index d202dfa..b0c8dbd 100644 (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)