From a4d23f4aa591ba6e833de9ec6c7fad0319c30b50 Mon Sep 17 00:00:00 2001 From: raster Date: Sun, 21 Aug 2011 07:46:57 +0000 Subject: [PATCH] warning-- git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62647 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/canvas/evas_object_image.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/canvas/evas_object_image.c b/src/lib/canvas/evas_object_image.c index bef6caa..5afd994 100644 --- a/src/lib/canvas/evas_object_image.c +++ b/src/lib/canvas/evas_object_image.c @@ -2159,7 +2159,7 @@ _proxy_error(Evas_Object *proxy, void *context, void *output, void *surface, return; } - +/* static void _proxy_subrender_recurse(Evas_Object *obj, Evas_Object *clip, void *output, void *surface, void *ctx, int x, int y) { @@ -2167,7 +2167,6 @@ _proxy_subrender_recurse(Evas_Object *obj, Evas_Object *clip, void *output, void Evas *e = obj->layer->evas; if (obj->clip.clipees) return; - /* evas_object_is_visible, inline and tweaked to handle it's clip hidden*/ if (!obj->cur.visible) return; if ((!clip) || (clip != obj->cur.clipper)) { @@ -2193,6 +2192,7 @@ _proxy_subrender_recurse(Evas_Object *obj, Evas_Object *clip, void *output, void } e->engine.func->context_free(output, ctx); } +*/ /** * Render the source object when a proxy is set. @@ -2203,7 +2203,7 @@ static void _proxy_subrender(Evas *e, Evas_Object *source) { void *ctx; - Evas_Object *obj2, *clip; +/* Evas_Object *obj2, *clip;*/ int w, h; if (!source) return; -- 2.7.4