I guess maybe this was the unused variable that was supposed to be removed

This commit is contained in:
Mike Blumenkrantz 2013-06-19 12:07:03 +01:00
parent 3a10253805
commit 6f2ce10eb1
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ e_border_focus_lock_get(void)
EAPI E_Border *
e_border_new(E_Container *con, Ecore_X_Window win, int first_map, int internal)
{
E_Border *bd, *bd2;
E_Border *bd;
Ecore_X_Window_Attributes *att;
unsigned int managed, desk[2];
int deskx, desky;