Remove AMINS_FRAME

svn path=/trunk/netsurf/; revision=12801
This commit is contained in:
Chris Young 2011-09-16 18:00:39 +00:00
parent 33df7bb9a0
commit 9bb586769a
2 changed files with 2 additions and 4 deletions

View File

@ -1596,8 +1596,7 @@ void ami_handle_msg(void)
bw->reformat_pending = true;
} while(tab=ntab);
}
// fall through
case AMINS_FRAME:
gwin->bw->reformat_pending = true;
gwin->redraw_required = true;
break;
@ -1666,7 +1665,7 @@ void ami_handle_msg(void)
// ReplyMsg((struct Message *)message);
}
if((node->Type == AMINS_WINDOW) || (node->Type == AMINS_FRAME))
if(node->Type == AMINS_WINDOW)
{
if(gwin->redraw_required || gwin->bw->reformat_pending)
ami_do_redraw(gwin);

View File

@ -26,7 +26,6 @@ enum
AMINS_UNKNOWN,
AMINS_CALLBACK,
AMINS_WINDOW,
AMINS_FRAME,
AMINS_DLWINDOW,
AMINS_LOGINWINDOW,
AMINS_TVWINDOW,