Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_gadcon.c e_gadcon.h e_gadman.c e_place.c Log Message: Remove unused variables =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- e_gadcon.c 31 May 2006 16:07:22 -0000 1.27 +++ e_gadcon.c 31 May 2006 18:44:18 -0000 1.28 @@ -488,7 +488,7 @@ } EAPI E_Gadcon_Client * -e_gadcon_client_new(E_Gadcon *gc, char *name, char *id, char *style, Evas_Object *base_obj) +e_gadcon_client_new(E_Gadcon *gc, const char *name, const char *id, const char *style, Evas_Object *base_obj) { E_Gadcon_Client *gcc; =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- e_gadcon.h 31 May 2006 16:07:22 -0000 1.21 +++ e_gadcon.h 31 May 2006 18:44:18 -0000 1.22 @@ -148,7 +148,7 @@ EAPI void e_gadcon_ecore_evas_set(E_Gadcon *gc, Ecore_Evas *ee); EAPI int e_gadcon_canvas_zone_geometry_get(E_Gadcon *gc, int *x, int *y, int *w, int *h); -EAPI E_Gadcon_Client *e_gadcon_client_new(E_Gadcon *gc, char *name, char *id, char *style, Evas_Object *base_obj); +EAPI E_Gadcon_Client *e_gadcon_client_new(E_Gadcon *gc, const char *name, const char *id, const char *style, Evas_Object *base_obj); EAPI void e_gadcon_client_edit_begin(E_Gadcon_Client *gcc); EAPI void e_gadcon_client_edit_end(E_Gadcon_Client *gcc); EAPI void e_gadcon_client_size_request(E_Gadcon_Client *gcc, Evas_Coord w, Evas_Coord h); =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_gadman.c,v retrieving revision 1.53 retrieving revision 1.54 diff -u -3 -r1.53 -r1.54 --- e_gadman.c 12 Mar 2006 16:12:55 -0000 1.53 +++ e_gadman.c 31 May 2006 18:44:18 -0000 1.54 @@ -515,8 +515,6 @@ EAPI void e_gadman_client_auto_size_set(E_Gadman_Client *gmc, Evas_Coord autow, Evas_Coord autoh) { - Evas_List *l; - E_OBJECT_CHECK(gmc); E_OBJECT_TYPE_CHECK(gmc, E_GADMAN_CLIENT_TYPE); gmc->autow = autow; =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_place.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- e_place.c 20 Apr 2006 11:30:24 -0000 1.19 +++ e_place.c 31 May 2006 18:44:18 -0000 1.20 @@ -113,7 +113,6 @@ Evas_List *l; E_Shelf *es; int x2, y2, w2, h2; - int ok; int iw, ih; int x0, x00, y0, y00; _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs