diff --git a/src/bin/e_alert.c b/src/bin/e_alert.c index a0ffc0b33..527d3214a 100644 --- a/src/bin/e_alert.c +++ b/src/bin/e_alert.c @@ -57,17 +57,16 @@ e_alert_shutdown(void) void e_alert_show(char *text) { - int wid, hih, w, h, i, j, k, mask; + int wid, hih, w, i, j, k, mask; XGCValues gcv; GC gc; char line[1024]; XEvent ev; XSetWindowAttributes att; - int fw, fh, x, y, ww, hh, mh; + int fw, fh, ww, hh, mh; KeyCode key; int button; Window win = 0, b1 = 0, b2 = 0, b3 = 0; - XCharStruct cs; if (!text) return; diff --git a/src/bin/e_int_menus.c b/src/bin/e_int_menus.c index ca2e748e0..62b50d386 100644 --- a/src/bin/e_int_menus.c +++ b/src/bin/e_int_menus.c @@ -768,7 +768,6 @@ _e_int_menus_lost_clients_pre_cb(void *data, E_Menu *m) Evas_List *l, *borders = NULL; E_Menu *root; E_Zone *zone = NULL; - char *s; e_menu_pre_activate_callback_set(m, NULL, NULL); root = e_menu_root_get(m); diff --git a/src/bin/e_ipc_handlers.h b/src/bin/e_ipc_handlers.h index 4a5f821df..7e49cb603 100644 --- a/src/bin/e_ipc_handlers.h +++ b/src/bin/e_ipc_handlers.h @@ -748,7 +748,7 @@ break; LIST(); DECODE(e_ipc_codec_str_list_dec) { int count; - char *p, *type; + char *type; int res; RESPONSE(r, E_Response_Dirs_List, HDL);