From 74034394f85cf0f5b304c00c41f175bb3dbca03d Mon Sep 17 00:00:00 2001 From: devilhorns Date: Wed, 18 Aug 2010 16:03:22 +0000 Subject: [PATCH] Comment out unused variable (commented out instead of removed as I am not sure if it has a future use or not). git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@51287 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/software_generic/evas_engine.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/engines/software_generic/evas_engine.c b/src/modules/engines/software_generic/evas_engine.c index 1d95cdb..d9db3a0 100644 --- a/src/modules/engines/software_generic/evas_engine.c +++ b/src/modules/engines/software_generic/evas_engine.c @@ -509,7 +509,7 @@ static void eng_image_map4_draw(void *data __UNUSED__, void *context, void *surface, void *image, RGBA_Map_Point *p, int smooth, int level) { RGBA_Image *im, *srf; - RGBA_Map_Point *pt = p; +// RGBA_Map_Point *pt = p; if (!image) return; im = image; @@ -558,7 +558,6 @@ eng_image_map4_draw(void *data __UNUSED__, void *context, void *surface, void *i evas_common_map4_rgba(im, surface, context, p, smooth, level); } evas_common_cpu_end_opt(); - } static void * -- 2.7.4