wayland_shm: Kill stale comment
authorDerek Foreman <derekf@osg.samsung.com>
Thu, 14 Sep 2017 22:04:21 +0000 (17:04 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Thu, 12 Oct 2017 17:24:03 +0000 (12:24 -0500)
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

index 961cf46..adf04dc 100644 (file)
@@ -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)
 {