maybe there was a point to this previously, but x = x is dumb

SVN revision: 55709
This commit is contained in:
Mike Blumenkrantz 2010-12-22 22:51:32 +00:00
parent 2bd7097622
commit 7c64edbdd6
1 changed files with 0 additions and 1 deletions

View File

@ -489,7 +489,6 @@ _e_mod_layout_post_border_assign(E_Border *bd, int not_new)
bd->x = 0;
bd->y = wy + wh - bd->h;
bd->w = ww;
bd->h = bd->h;
if ((pbx != bd->x) || (pby != bd->y) ||
(pbw != bd->w) || (pbh != bd->h))