derekf pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=46146caa430c44f85de22785c544735ad8232b83

commit 46146caa430c44f85de22785c544735ad8232b83
Author: Derek Foreman <[email protected]>
Date:   Thu Sep 14 17:04:21 2017 -0500

    wayland_shm: Kill stale comment
    
    This comment doesn't make sense now, as all the frame callback stuff
    is in ecore_wl2.
---
 src/modules/evas/engines/wayland_shm/evas_shm.c | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/src/modules/evas/engines/wayland_shm/evas_shm.c 
b/src/modules/evas/engines/wayland_shm/evas_shm.c
index 961cf46620..adf04dc80d 100644
--- a/src/modules/evas/engines/wayland_shm/evas_shm.c
+++ b/src/modules/evas/engines/wayland_shm/evas_shm.c
@@ -192,23 +192,6 @@ _shm_pool_reset(Shm_Pool *pool)
    pool->used = 0;
 }
 
-/* static void  */
-/* _shm_frame_release(void *data, struct wl_callback *callback, uint32_t 
timestamp EINA_UNUSED) */
-/* { */
-/*    Shm_Surface *surf; */
-
-/*    LOGFN(__FILE__, __LINE__, __FUNCTION__); */
-
-/*    if (!(surf = data)) return; */
-
-/*    wl_callback_destroy(callback); */
-/* } */
-
-/* static const struct wl_callback_listener _shm_frame_listener =  */
-/* { */
-/*    _shm_frame_release */
-/* }; */
-
 static Shm_Data *
 _shm_data_create_from_pool(Shm_Pool *pool, int w, int h, Eina_Bool alpha)
 {

-- 


Reply via email to