diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c index ed8552ec1..fb34f1814 100644 --- a/src/bin/e_pixmap.c +++ b/src/bin/e_pixmap.c @@ -619,12 +619,6 @@ e_pixmap_image_clear(E_Pixmap *cp, Eina_Bool cache) wl_callback_send_done(cb, (ecore_loop_time_get() * 1000)); wl_resource_destroy(cb); } - - /* post a buffer release */ - /* TODO: FIXME: We need a way to determine if the client wants to - * keep the buffer or not. If so, then we should Not be setting NULL - * here as this will essentially release the buffer */ - e_comp_wl_buffer_reference(&cd->buffer_ref, NULL); } #endif break;