From dde2de38e555e021a05388b7aaeed9170da20ed5 Mon Sep 17 00:00:00 2001 From: "sfraser%netscape.com" Date: Wed, 17 May 2000 08:44:43 +0000 Subject: [PATCH] NS_NewTimer is dead, man. git-svn-id: svn://10.0.0.236/trunk@70389 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/timer/src/mac/nsTimerMac.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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