wayland_shm: Kill stale comment

This comment doesn't make sense now, as all the frame callback stuff
is in ecore_wl2.
This commit is contained in:
Derek Foreman 2017-09-14 17:04:21 -05:00
parent 9bcc24dbb8
commit 46146caa43
1 changed files with 0 additions and 17 deletions

View 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)
{