Comment out unused variable (commented out instead of removed as I am
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Aug 2010 16:03:22 +0000 (16:03 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 Aug 2010 16:03:22 +0000 (16:03 +0000)
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

index 1d95cdb..d9db3a0 100644 (file)
@@ -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 *