Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/ibox Modified Files: e_mod_config.c e_mod_main.c Log Message: Fix warnings. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_config.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -3 -r1.25 -r1.26 --- e_mod_config.c 3 Jul 2006 07:35:44 -0000 1.25 +++ e_mod_config.c 6 Aug 2006 02:21:07 -0000 1.26 @@ -84,11 +84,10 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata) { E_Radio_Group *rg; - Evas_Object *o, *ol, *of, *ob; + Evas_Object *o, *of, *ob; Evas_List *l, *l2; int zone_count; - char buf[256]; o = e_widget_list_add(evas, 0, 0); =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -3 -r1.60 -r1.61 --- e_mod_main.c 29 Jul 2006 10:05:34 -0000 1.60 +++ e_mod_main.c 6 Aug 2006 02:21:07 -0000 1.61 @@ -133,7 +133,6 @@ Evas_Coord x, y, w, h; int cx, cy, cw, ch; const char *drop[] = { "enlightenment/border" }; - Evas_List *l; Config_Item *ci; inst = E_NEW(Instance, 1); @@ -512,8 +511,6 @@ static void _ibox_icon_free(IBox_Icon *ic) { - Evas_Object *o; - if (ibox_config->menu) { e_menu_post_deactivate_callback_set(ibox_config->menu, NULL, NULL); @@ -1021,7 +1018,6 @@ static int _ibox_cb_event_border_add(void *data, int type, void *event) { - int ok; E_Event_Border_Add *ev; IBox *b; IBox_Icon *ic; @@ -1169,9 +1165,7 @@ _ibox_cb_event_border_zone_set(void *data, int type, void *event) { E_Event_Border_Zone_Set *ev; - IBox *b; - IBox_Icon *ic; - + ev = event; /* delete from current zone ibox, add to new one */ if (ev->border->iconic) ------------------------------------------------------------------------- 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