Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fdo_menu_to_order.c e_int_config_transitions.c 
        e_obj_dialog.c 


Log Message:
Remove unused variables.
Add missing type declaration.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fdo_menu_to_order.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_fdo_menu_to_order.c       19 Sep 2006 02:49:46 -0000      1.12
+++ e_fdo_menu_to_order.c       21 Sep 2006 20:07:02 -0000      1.13
@@ -24,8 +24,8 @@
 static char *_e_fdo_menu_to_order_find_category(char *category);
 static void  _e_fdo_menu_to_order_dump_each_hash_node2(void *value, void 
*user_data);
 
-static menu_count;
-static item_count;
+static int menu_count;
+static int item_count;
 
 EAPI void
 e_fdo_menu_to_order(void)
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_transitions.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_int_config_transitions.c  4 Sep 2006 14:15:34 -0000       1.2
+++ e_int_config_transitions.c  21 Sep 2006 20:07:02 -0000      1.3
@@ -197,8 +197,7 @@
    E_Config_Dialog_Data *cfdata;
    const char *t;
    int sel;
-   char buf[4096];
-   
+
    cfdata = data;
    sel = e_widget_ilist_selected_get(cfdata->event_list);
 
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_obj_dialog.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_obj_dialog.c      10 Sep 2006 04:51:07 -0000      1.1
+++ e_obj_dialog.c      21 Sep 2006 20:07:02 -0000      1.2
@@ -66,7 +66,7 @@
 EAPI void
 e_obj_dialog_show(E_Obj_Dialog *od)
 {
-   Evas_Coord mw, mh, w, h;
+   Evas_Coord mw, mh;
    
    E_OBJECT_CHECK(od);
    E_OBJECT_TYPE_CHECK(od, E_OBJ_DIALOG_TYPE);



-------------------------------------------------------------------------
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

Reply via email to