This commit is contained in:
kipp%netscape.com 1999-02-17 19:24:02 +00:00
Родитель d7af57a96b
Коммит 52afc2c4c6
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -1784,14 +1784,12 @@ MWContext *FE_MakeNewWindow(MWContext *pOldContext, URL_Struct *pUrl, char *pCon
* closure: Data to be passed as the only argument to "func"
* msecs: The number of milli-seconds in the interval
*/
#ifndef XP_MAC
PUBLIC void *
FE_SetTimeout(TimeoutCallbackFunction func, void * closure, uint32 msecs)
{
MOZ_FUNCTION_STUB;
return NULL;
}
#endif /* XP_MAC */
/*
*---------------------------------------------------------------------------