clean up some code

remove write-only variable in the pixmap struct
This commit is contained in:
Derek Foreman 2017-06-07 12:12:16 -05:00
parent 71f70ad8a5
commit 2bd4a9dc85
1 changed files with 0 additions and 2 deletions

View File

@ -46,7 +46,6 @@ struct _E_Pixmap
#ifdef HAVE_WAYLAND
E_Comp_Wl_Buffer *buffer;
E_Comp_Wl_Buffer *native_buffer;
E_Comp_Wl_Buffer *held_buffer;
struct wl_listener buffer_destroy_listener;
struct wl_listener held_buffer_destroy_listener;
@ -724,7 +723,6 @@ e_pixmap_native_surface_init(E_Pixmap *cp, Evas_Native_Surface *ns)
ns->data.wl_dmabuf.attr = &cp->buffer->dmabuf_buffer->attributes;
ns->data.wl_dmabuf.resource = cp->buffer->resource;
cp->native_buffer = cp->buffer;
ret = EINA_TRUE;
}
else if (!cp->buffer->shm_buffer)