From 0c387e3c7447d2bacc11e8630d62c423665241a8 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Thu, 13 Mar 2008 06:36:50 +0000 Subject: [PATCH] Remove unused variable SVN revision: 34010 --- legacy/ecore/src/lib/ecore_x/ecore_x_netwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore_x/ecore_x_netwm.c b/legacy/ecore/src/lib/ecore_x/ecore_x_netwm.c index 1e2e3abbd1..6c9308ae0a 100644 --- a/legacy/ecore/src/lib/ecore_x/ecore_x_netwm.c +++ b/legacy/ecore/src/lib/ecore_x/ecore_x_netwm.c @@ -999,7 +999,7 @@ ecore_x_netwm_window_type_set(Ecore_X_Window win, Ecore_X_Window_Type type) EAPI int ecore_x_netwm_window_type_get(Ecore_X_Window win, Ecore_X_Window_Type *type) { - int num, i; + int num; Ecore_X_Atom *atoms = NULL; if (type) *type = ECORE_X_WINDOW_TYPE_NORMAL;