removed NS_DoIdleEmbeddingStuff() from OnIdle() method in TestEmbed.cpp

This commit is contained in:
depstein%netscape.com 2001-12-22 02:35:49 +00:00
Родитель 923618312e
Коммит 4213fff927
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -48,8 +48,6 @@
// ExitInstance() also takes care of cleaning up of
// multiple browser frame windows on app exit
//
// NS_DoIdleEmbeddingStuff(); is called in the overridden
// OnIdle() method
//
// Code to handle the creation of a new browser window
@ -438,8 +436,6 @@ BOOL CTestEmbedApp::OnIdle(LONG lCount)
{
CWinApp::OnIdle(lCount);
NS_DoIdleEmbeddingStuff();
return FALSE;
}