Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_table.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_table.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_table.c   13 Oct 2005 06:59:20 -0000      1.6
+++ e_table.c   23 Oct 2005 15:06:05 -0000      1.7
@@ -369,7 +369,7 @@
      }
    else
      {
-       int mw, mh, i, ex, tot, need, num, dif, left, nx;
+       int i, ex, tot, need, num, dif, left, nx;
        for (l = sd->items; l; l = l->next)
          {
             E_Table_Item *ti;
@@ -597,7 +597,7 @@
      }
    else
      {
-       int mw, mh, i, ex, tot, need, num, dif, left, nx;
+       int i, ex, tot, need, num, dif, left, nx;
        for (l = sd->items; l; l = l->next)
          {
             E_Table_Item *ti;




-------------------------------------------------------
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