From 2cda5cddc805b65fb74b84cc830e20ca15147dfe Mon Sep 17 00:00:00 2001 From: kmcclusk Date: Thu, 18 Jun 1998 18:18:43 +0000 Subject: [PATCH] Commented out code to auto-repeat on timers. git-svn-id: svn://10.0.0.236/trunk@4072 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/base/src/unix/nsTimer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/base/src/unix/nsTimer.cpp b/mozilla/base/src/unix/nsTimer.cpp index d532cf23297..4fce3ad74a7 100644 --- a/mozilla/base/src/unix/nsTimer.cpp +++ b/mozilla/base/src/unix/nsTimer.cpp @@ -83,7 +83,7 @@ void TimerImpl::FireTimeout() // Always repeating here - mTimerId = XtAppAddTimeOut(gAppContext, GetDelay(),(XtTimerCallbackProc)nsTimerExpired, this); +// mTimerId = XtAppAddTimeOut(gAppContext, GetDelay(),(XtTimerCallbackProc)nsTimerExpired, this); }