remove call to release compositor buffer reference in e_pixmap. This

is handled differently now.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-22 11:45:22 -04:00
parent d2360f569c
commit 458ce8e86f
1 changed files with 0 additions and 6 deletions

View File

@ -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;