Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/temperature Modified Files: e_mod_main.c Log Message: Return with no value, and unused variables =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/temperature/e_mod_main.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -3 -r1.53 -r1.54 --- e_mod_main.c 26 Jan 2006 05:40:17 -0000 1.53 +++ e_mod_main.c 3 Feb 2006 01:07:21 -0000 1.54 @@ -73,7 +73,7 @@ E_CONFIG_DD_FREE(conf_face_edd); gad = m->data; - if (!gad) return; + if (!gad) return 0; e = gad->data; if (e) { @@ -127,7 +127,6 @@ { E_Gadget *gad; Temperature *e; - Evas_List *l; gad = m->data; if (!gad) return 0; @@ -195,8 +194,6 @@ { Temperature *e; Temperature_Face *ef; - Config_Face *cf; - Evas_Object *o; E_Gadman_Policy policy; e = data; @@ -275,9 +272,9 @@ #endif gad = data; - if (!gad) return; + if (!gad) return 0; t = gad->data; - if (!t) return; + if (!t) return 0; #ifdef __FreeBSD__ if (mib[0] == -1) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs