Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : tclock

Dir     : e_modules/tclock


Modified Files:
        e_mod_main.c 


Log Message:
Remove an unused const char variable.

===================================================================
RCS file: /cvs/e/e_modules/tclock/e_mod_main.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_mod_main.c        19 May 2006 13:35:41 -0000      1.24
+++ e_mod_main.c        21 May 2006 10:49:33 -0000      1.25
@@ -36,7 +36,6 @@
 {
    E_Gadcon_Client *gcc;
    Evas_Object *tclock;
-   const char *id;
    Ecore_Timer *check_timer;
 };
 
@@ -53,7 +52,6 @@
    
    ci = _tclock_config_item_get(gc->id);
    if (!ci->id) ci->id = evas_stringshare_add(gc->id);
-   inst->id = evas_stringshare_add(gc->id);
    
    o = edje_object_add(gc->evas);
    snprintf(buf, sizeof(buf), "%s/tclock.edj", 
e_module_dir_get(tclock_config->module));
@@ -83,7 +81,6 @@
    Instance *inst;
    
    inst = gcc->data;
-   evas_stringshare_del(inst->id);
    if (inst->check_timer)
      ecore_timer_del(inst->check_timer);
    tclock_config->instances = evas_list_remove(tclock_config->instances, 
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