Remove unused variable

SVN revision: 34010
This commit is contained in:
Sebastian Dransfeld 2008-03-13 06:36:50 +00:00
parent a4ad7cb0eb
commit 0c387e3c74
1 changed files with 1 additions and 1 deletions

View File

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