Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Unused variables.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -3 -r1.97 -r1.98
--- e_apps.c    26 Oct 2005 20:10:44 -0000      1.97
+++ e_apps.c    26 Oct 2005 20:35:05 -0000      1.98
@@ -1001,9 +1001,7 @@
 {
    Eet_File *ef;
    char buf[PATH_MAX];
-   char *str, *v;
    char *lang;
-   int size;
    unsigned char tmp[1];
    int img;
 
@@ -1099,7 +1097,7 @@
             evas_object_resize(im, 48, 48);
             evas_object_move(im, 0, 0);
             evas_object_show(im);           
-            data =  ecore_evas_buffer_pixels_get(buf);
+            data = ecore_evas_buffer_pixels_get(buf);
             eet_data_image_write(ef, "images/0", data, 48, 48, alpha, 1, 0, 0);
          }
      }




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to