Enlightenment CVS committal Author : englebass Project : e_modules Module : winselector
Dir : e_modules/winselector Modified Files: e_mod_main.c Log Message: Fix warnings. =================================================================== RCS file: /cvs/e/e_modules/winselector/e_mod_main.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- e_mod_main.c 22 Jul 2007 21:15:04 -0000 1.14 +++ e_mod_main.c 26 Jul 2007 07:48:21 -0000 1.15 @@ -241,7 +241,7 @@ _win_menu_pre_cb(void *data, E_Menu *m) { E_Menu_Item *mi; - Evas_List *l, *borders = NULL, *alt = NULL; + Evas_List *l, *borders = NULL; E_Zone *zone = NULL; E_Desk *desk = NULL; Instance *inst; @@ -497,16 +497,6 @@ } -static Evas_List *_win_menu_sort_by_orientation(Evas_List *list, E_Gadcon_Orient orient) -{ - if (orient == E_GADCON_ORIENT_BOTTOM - || orient == E_GADCON_ORIENT_CORNER_BL - || orient == E_GADCON_ORIENT_CORNER_BR - || orient == E_GADCON_ORIENT_CORNER_RB - || orient == E_GADCON_ORIENT_CORNER_LB) - return evas_list_reverse(list); -} - static int _win_menu_sort_alpha_cb(void *d1, void *d2) { E_Border *bd1; @@ -792,7 +782,6 @@ static int _win_menu_fill_iconified(Evas_List *borders, E_Menu *m) { Evas_List *l; - E_Menu_Item *mi; if (evas_list_count(borders) > 0) { ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs