Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir     : e_modules/screenshot


Modified Files:
        e_mod_main.c 


Log Message:
Remove unused const char variable.

===================================================================
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_mod_main.c        20 May 2006 17:21:42 -0000      1.30
+++ e_mod_main.c        21 May 2006 10:59:39 -0000      1.31
@@ -22,7 +22,6 @@
    Screenshot *ss;
    Config_Item *ci;
    Ecore_Exe *exe;
-   const char *id;
 };
 
 struct _Screenshot
@@ -82,7 +81,6 @@
    
    ci = _ss_config_item_get(id);
    if (!ci->id) ci->id = evas_stringshare_add(id);
-   inst->id = evas_stringshare_add(ci->id);
    inst->ci = ci;
    
    ss = _ss_new(gc->evas);
@@ -108,7 +106,6 @@
    Instance *inst;
    
    inst = gcc->data;
-   evas_stringshare_del(inst->id);
    ss_config->instances = evas_list_remove(ss_config->instances, inst);
    _ss_free(inst->ss);
    free(inst);




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to