remove unused variables

SVN revision: 35479
This commit is contained in:
Sebastian Dransfeld 2008-08-14 06:15:35 +00:00
parent 1011177ca2
commit 03fecbfe7a
2 changed files with 0 additions and 2 deletions

View File

@ -1195,7 +1195,6 @@ _e_dnd_cb_event_dnd_position(void *data, int type, void *event)
Ecore_X_Rectangle rect;
Ecore_X_Action action;
const char *id;
const char *description = NULL;
Evas_List *l;
int active;

View File

@ -271,7 +271,6 @@ e_hints_client_list_set(void)
E_Border_List *bl;
E_Border *b;
Ecore_X_Window *clients = NULL;
Ecore_X_Window *clients_focus = NULL;
/* Get client count by adding client lists on all containers */
for (ml = e_manager_list(); ml; ml = ml->next)