backing out change to fix build bustage

This commit is contained in:
morse%netscape.com 1998-08-01 16:08:35 +00:00
Родитель 88268b6511
Коммит d9b0c846de
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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;
}
}