Uh duh #if 0, not #ifdef 0
This commit is contained in:
mkaply%us.ibm.com 2000-11-06 23:49:49 +00:00
Родитель 246c2e438f
Коммит bc2046c3c5
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -178,7 +178,7 @@ nsresult nsAppShell::Run()
}
}
#ifdef 0
#if 0
// process timer queue.
} else if (queue->HasReadyTimers(NS_PRIORITY_LOWEST)) {
@ -253,7 +253,7 @@ nsresult nsAppShell::GetNativeEvent( PRBool &aRealEvent, void *&aEvent)
gotMessage = PR_TRUE;
#ifdef 0
#if 0
// process timer queue.
} else if (queue->HasReadyTimers(NS_PRIORITY_LOWEST)) {