Evas filters: Remove unused variable
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 4 Dec 2015 07:30:54 +0000 (16:30 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 8 Dec 2015 05:57:51 +0000 (14:57 +0900)
src/lib/evas/filters/evas_filter_parser.c
src/lib/evas/filters/evas_filter_private.h

index 46ba86e..1122bef 100644 (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;
index d48a177..02dd977 100644 (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