ecore-evas-wayland: fix migration build error
authorJongmin Lee <jm105.lee@samsung.com>
Tue, 26 May 2020 22:29:01 +0000 (07:29 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 26 May 2020 22:29:01 +0000 (07:29 +0900)
Change-Id: Ieb0ac38990ddebad4c9b539712fb7e04e637b066

src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c

index 702fbe2..330f754 100644 (file)
@@ -119,7 +119,7 @@ _ecore_evas_wl_common_rotate_update(Ecore_Evas *ee)
 
 //TIZEN_ONLY(20191129): Not using this function in tizen
 /* local functions */
-/*
+#if 0
 static void
 _anim_cb_tick(Ecore_Wl2_Window *win EINA_UNUSED, uint32_t timestamp, void *data)
 {
@@ -169,7 +169,7 @@ _ecore_evas_wl_common_animator_unregister(Ecore_Evas *ee)
      ecore_wl2_window_frame_callback_del(edata->frame);
    edata->frame = NULL;
 }
-*/
+#endif
 
 static void
 _ecore_evas_wl_common_evas_changed(Ecore_Evas *ee, Eina_Bool changed)