Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_fonts.c 


Log Message:
Remove unused variables and cast.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_fonts.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_int_config_fonts.c        9 Jan 2007 02:29:51 -0000       1.33
+++ e_int_config_fonts.c        12 Jan 2007 13:26:40 -0000      1.34
@@ -661,7 +661,6 @@
    for (n = 0, l = e_widget_ilist_items_get(cfdata->gui.class_list); l; l = 
l->next, n++) 
      {
        E_Ilist_Item *i;
-       Evas_Object *icon = NULL;
        CFText_Class *tc;
 
        i = l->data;
@@ -686,7 +685,6 @@
    for (n = 0, l = e_widget_ilist_items_get(cfdata->gui.class_list); l; l = 
l->next, n++) 
      {
        E_Ilist_Item *i;
-       Evas_Object *icon = NULL;
        CFText_Class *tc;
 
        i = l->data;
@@ -718,5 +716,5 @@
    if (!data1) return 1;
    if (!data2) return -1;
    
-   return e_util_strcmp((const char *)data1, (const char *)data2);
+   return e_util_strcmp(data1, data2);
 }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to