No longer necessary to set the surface user_data to be equal to the

buffer.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-07-22 08:29:37 +01:00
parent cc596a3588
commit 3482b91624
1 changed files with 0 additions and 1 deletions

View File

@ -486,7 +486,6 @@ _evas_swapper_buffer_put(Wl_Swapper *ws, Wl_Buffer *wb, Eina_Rectangle *rects, u
if (sent != wb)
{
wl_surface_attach(ws->surface, wb->buffer, ws->dx, ws->dy);
wl_surface_set_user_data(ws->surface, wb->buffer);
ws->dx = 0;
ws->dy = 0;
sent = wb;