зеркало из https://github.com/mozilla/gecko-dev.git
removed NS_DoIdleEmbeddingStuff() from OnIdle() method in TestEmbed.cpp
This commit is contained in:
Родитель
923618312e
Коммит
4213fff927
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче