diff --git a/mozilla/widget/timer/src/mac/nsTimerMac.cpp b/mozilla/widget/timer/src/mac/nsTimerMac.cpp index 4382745ef7d..a2db85fd39b 100644 --- a/mozilla/widget/timer/src/mac/nsTimerMac.cpp +++ b/mozilla/widget/timer/src/mac/nsTimerMac.cpp @@ -199,7 +199,8 @@ void nsTimerImpl::SetType(PRUint32 aType) #pragma mark - - + +#if 0 //---------------------------------------------------------------------------------------- PR_PUBLIC_API(nsresult) NS_NewTimer(nsITimer** aInstancePtrResult) //---------------------------------------------------------------------------------------- @@ -215,3 +216,4 @@ PR_PUBLIC_API(nsresult) NS_NewTimer(nsITimer** aInstancePtrResult) return timer->QueryInterface(nsITimer::GetIID(), (void **) aInstancePtrResult); } +#endif