Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_color_classes.c e_int_config_mime.c 
        e_int_config_mime_edit.c 


Log Message:
Remove unused variables.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_color_classes.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_int_config_color_classes.c        27 Nov 2006 15:35:25 -0000      1.25
+++ e_int_config_color_classes.c        14 Dec 2006 15:39:00 -0000      1.26
@@ -407,8 +407,7 @@
 {
    Evas_Object *o, *of, *ob, *ot;
    E_Radio_Group *rg;
-   Evas_List *l;
-      
+
    o = e_widget_list_add(evas, 0, 0);
    ot = e_widget_table_add(evas, 0);
    
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_mime.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_int_config_mime.c 28 Nov 2006 11:08:44 -0000      1.19
+++ e_int_config_mime.c 14 Dec 2006 15:39:00 -0000      1.20
@@ -182,7 +182,7 @@
 _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata) 
 {
    Evas_Object *o, *of, *ol;
-   Evas_Object *ot, *ob;
+   Evas_Object *ob;
    
    o = e_widget_list_add(evas, 0, 1);
    of  = e_widget_framelist_add(evas, _("Categories"), 0);
@@ -542,7 +542,6 @@
    Evas_List *l;
    E_Config_Dialog_Data *cfdata;
    E_Config_Mime_Icon *mi = NULL;
-   E_Config_Dialog *edit_dlg;
    char *m;
    int found = 0;
    
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_mime_edit.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_int_config_mime_edit.c    28 Nov 2006 11:08:44 -0000      1.13
+++ e_int_config_mime_edit.c    14 Dec 2006 15:39:00 -0000      1.14
@@ -290,7 +290,6 @@
    Evas *evas;
    E_Config_Dialog_Data *cfdata;
    Evas_Object *icon = NULL;
-   const char *tmp;
    char buf[4096];
    
    cfdata = data;



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