From 03fecbfe7a6d769ac91c1bbb08f1479420c01312 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Thu, 14 Aug 2008 06:15:35 +0000 Subject: [PATCH] remove unused variables SVN revision: 35479 --- src/bin/e_dnd.c | 1 - src/bin/e_hints.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c index c5d002b73..d24fe8c3d 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -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; diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c index 61fde307b..01a8a9cd9 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -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)