[Pkg-e-commits] [SCM] Core abstraction layer for enlightenment DR 0.17 branch, upstream-vcs, updated. 17066e277fc229c9ca06f46287cf52d5ee7ae37f
englebass
englebass at alioth.debian.org
Sat Mar 15 18:25:14 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 62680c3ad950b76485fd572f9b6e8500c3ed83b9
Author: englebass <englebass>
Date: Thu Mar 13 06:36:50 2008 +0000
Remove unused variable
diff --git a/src/lib/ecore_x/ecore_x_netwm.c b/src/lib/ecore_x/ecore_x_netwm.c
index 1e2e3ab..6c9308a 100644
--- a/src/lib/ecore_x/ecore_x_netwm.c
+++ b/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;
--
Core abstraction layer for enlightenment DR 0.17
More information about the Pkg-e-commits
mailing list