Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_modules.c 


Log Message:
Remove unused member from structure, it's really not needed.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -3 -r1.79 -r1.80
--- e_int_config_modules.c      2 Nov 2007 21:41:06 -0000       1.79
+++ e_int_config_modules.c      4 Nov 2007 20:59:04 -0000       1.80
@@ -10,7 +10,7 @@
 struct _CFModule 
 {
    const char *short_name, *name, *comment;
-   const char *icon, *orig_path, *type;
+   const char *icon, *orig_path;
    int enabled, selected;
 };
 
@@ -273,7 +273,6 @@
        if (desk->comment) cfm->comment = evas_stringshare_add(desk->comment);
        if (desk->orig_path) 
          cfm->orig_path = evas_stringshare_add(desk->orig_path);
-       cfm->type = evas_stringshare_add(type);
        if ((!desk->x) && (type)) evas_stringshare_del(type);
        efreet_desktop_free(desk);
 
@@ -378,7 +377,6 @@
    if (mod->icon) evas_stringshare_del(mod->icon);
    if (mod->comment) evas_stringshare_del(mod->comment);
    if (mod->orig_path) evas_stringshare_del(mod->orig_path);
-   if (mod->type) evas_stringshare_del(mod->type);
    E_FREE(mod);
    return 1;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to