e: remove printf and a lonely tab

SVN revision: 63327
This commit is contained in:
Boris Faure 2011-09-11 15:39:17 +00:00
parent fef808261c
commit c7d9b66d89
1 changed files with 1 additions and 2 deletions

View File

@ -6938,7 +6938,7 @@ _e_border_eval0(E_Border *bd)
if ((!bd->lock_border) || (!bd->client.border.name))
bd->client.border.changed = 1;
EINA_LIST_FREE(bd->pending_move_resize, pnd)
EINA_LIST_FREE(bd->pending_move_resize, pnd)
{
if ((!bd->lock_client_location) && (pnd->move))
{
@ -6960,7 +6960,6 @@ _e_border_eval0(E_Border *bd)
bd->client.h = pnd->h;
bd->changes.size = 1;
}
printf("free pendig %dx%d\n", bd->w, bd->h);
free(pnd);
}