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

View File

@ -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);

View File

@ -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);