e_comp_wl: comment out unused function to reduce warnings 06/44506/1
authorGwanglim Lee <gl77.lee@samsung.com>
Thu, 23 Jul 2015 01:11:38 +0000 (10:11 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 23 Jul 2015 01:11:38 +0000 (10:11 +0900)
Change-Id: Id59d95a5e3508b1d9bbaeb586beba77d8f404900

src/bin/e_comp_wl.c

index 68ebc7af1af0b986351e8ee5b2ed1c5325dd2967..77e459f0acbcf761a06e07b858b7caf60c2270e4 100644 (file)
@@ -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)