Unused variables.

SVN revision: 15430
This commit is contained in:
sebastid 2005-06-19 14:56:21 +00:00 committed by sebastid
parent 95e74747ff
commit 486adff486
3 changed files with 3 additions and 5 deletions

View File

@ -57,17 +57,16 @@ e_alert_shutdown(void)
void void
e_alert_show(char *text) e_alert_show(char *text)
{ {
int wid, hih, w, h, i, j, k, mask; int wid, hih, w, i, j, k, mask;
XGCValues gcv; XGCValues gcv;
GC gc; GC gc;
char line[1024]; char line[1024];
XEvent ev; XEvent ev;
XSetWindowAttributes att; XSetWindowAttributes att;
int fw, fh, x, y, ww, hh, mh; int fw, fh, ww, hh, mh;
KeyCode key; KeyCode key;
int button; int button;
Window win = 0, b1 = 0, b2 = 0, b3 = 0; Window win = 0, b1 = 0, b2 = 0, b3 = 0;
XCharStruct cs;
if (!text) return; if (!text) return;

View File

@ -768,7 +768,6 @@ _e_int_menus_lost_clients_pre_cb(void *data, E_Menu *m)
Evas_List *l, *borders = NULL; Evas_List *l, *borders = NULL;
E_Menu *root; E_Menu *root;
E_Zone *zone = NULL; E_Zone *zone = NULL;
char *s;
e_menu_pre_activate_callback_set(m, NULL, NULL); e_menu_pre_activate_callback_set(m, NULL, NULL);
root = e_menu_root_get(m); root = e_menu_root_get(m);

View File

@ -748,7 +748,7 @@ break;
LIST(); LIST();
DECODE(e_ipc_codec_str_list_dec) { DECODE(e_ipc_codec_str_list_dec) {
int count; int count;
char *p, *type; char *type;
int res; int res;
RESPONSE(r, E_Response_Dirs_List, HDL); RESPONSE(r, E_Response_Dirs_List, HDL);