jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=15d5125d6ede35cfd73e31941a4642e4823f5198

commit 15d5125d6ede35cfd73e31941a4642e4823f5198
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Fri Dec 4 16:30:54 2015 +0900

    Evas filters: Remove unused variable
---
 src/lib/evas/filters/evas_filter_parser.c  | 1 -
 src/lib/evas/filters/evas_filter_private.h | 2 --
 2 files changed, 3 deletions(-)

diff --git a/src/lib/evas/filters/evas_filter_parser.c 
b/src/lib/evas/filters/evas_filter_parser.c
index 46ba86e..1122bef 100644
--- a/src/lib/evas/filters/evas_filter_parser.c
+++ b/src/lib/evas/filters/evas_filter_parser.c
@@ -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;
diff --git a/src/lib/evas/filters/evas_filter_private.h 
b/src/lib/evas/filters/evas_filter_private.h
index d48a177..02dd977 100644
--- a/src/lib/evas/filters/evas_filter_private.h
+++ b/src/lib/evas/filters/evas_filter_private.h
@@ -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

-- 


Reply via email to