backing out change to fix build bustage

git-svn-id: svn://10.0.0.236/trunk@7048 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 1998-08-01 16:08:35 +00:00
parent 4930ad811a
commit 37ca678ba8

View File

@ -47,8 +47,7 @@ XP_InitializeContext(MWContext *context)
if (context != NULL)
{
context->context_id = ++global_context_id;
context->INTL_tag = INTL_TAG;
context->anonymous = PRVCY_IsAnonymous();
context->INTL_tag = INTL_TAG;
}
}