trivial comp cleanup for hide events

SVN revision: 84090
This commit is contained in:
Mike Blumenkrantz 2013-02-19 09:14:51 +00:00
parent 0857cf1515
commit 6836867a96
1 changed files with 1 additions and 6 deletions

View File

@ -2414,12 +2414,7 @@ _e_comp_win_show(E_Comp_Win *cw)
static void
_e_comp_win_real_hide(E_Comp_Win *cw)
{
if (cw->bd)
{
_e_comp_win_hide(cw);
return;
}
cw->real_hid = 1;
if (!cw->bd) cw->real_hid = 1;
_e_comp_win_hide(cw);
}