Evas filters: Remove unused variable

This commit is contained in:
Jean-Philippe Andre 2015-12-04 16:30:54 +09:00
parent d8b5e5da7b
commit 15d5125d6e
2 changed files with 0 additions and 3 deletions

View File

@ -2870,7 +2870,6 @@ _buffers_update(Evas_Filter_Context *ctx, Evas_Filter_Program *pgm)
buf->cid = evas_filter_buffer_empty_new(ctx, buf->alpha);
fb = _filter_buffer_get(ctx, buf->cid);
fb->proxy = pb->eo_proxy;
fb->source = pb->eo_source;
fb->source_name = eina_stringshare_ref(pb->name);
fb->ctx->has_proxies = EINA_TRUE;

View File

@ -234,8 +234,6 @@ struct _Evas_Filter_Buffer
void *glimage;
int w, h;
Evas_Object *proxy;
Eina_Bool alpha_only : 1; // 1 channel (A) instead of 4 (RGBA)
Eina_Bool transient : 1; // temporary buffer (automatic allocation)
Eina_Bool locked : 1; // internal flag