Enlightenment CVS committal Author : englebass Project : e_modules Module : forecasts
Dir : e_modules/forecasts Modified Files: e_mod_config.c e_mod_main.c Log Message: Remove unused variables. =================================================================== RCS file: /cvs/e/e_modules/forecasts/e_mod_config.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- e_mod_config.c 3 Mar 2007 18:29:20 -0000 1.4 +++ e_mod_config.c 14 Mar 2007 11:39:02 -0000 1.5 @@ -81,7 +81,7 @@ E_Config_Dialog_Data * cfdata) { Evas_Object *o, *of, *ob; - E_Radio_Group *rg, *dg; + E_Radio_Group *dg; char buf[4096]; o = e_widget_list_add(evas, 0, 0); @@ -124,7 +124,6 @@ _basic_apply_data(E_Config_Dialog * cfd, E_Config_Dialog_Data * cfdata) { Config_Item *ci; - int len; ci = cfd->data; if (!cfdata->code) =================================================================== RCS file: /cvs/e/e_modules/forecasts/e_mod_main.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- e_mod_main.c 3 Mar 2007 22:45:35 -0000 1.6 +++ e_mod_main.c 14 Mar 2007 11:39:02 -0000 1.7 @@ -140,8 +140,6 @@ Forecasts *w; Instance *inst; Config_Item *ci; - int pw, ph; - Popup *popup; inst = E_NEW(Instance, 1); @@ -469,7 +467,6 @@ _forecasts_new(Evas * evas) { Forecasts *w; - const char *file; char buf[4096]; w = E_NEW(Forecasts, 1); @@ -642,7 +639,7 @@ _forecasts_parse(void *data) { Instance *inst; - char *needle, *ext; + char *needle; char city[256]; char region[256]; char location[512]; ------------------------------------------------------------------------- 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