Commented out code to auto-repeat on timers.

git-svn-id: svn://10.0.0.236/trunk@4072 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kmcclusk 1998-06-18 18:18:43 +00:00
parent c0473eefb7
commit 2cda5cddc8

View File

@ -83,7 +83,7 @@ void TimerImpl::FireTimeout()
// Always repeating here
mTimerId = XtAppAddTimeOut(gAppContext, GetDelay(),(XtTimerCallbackProc)nsTimerExpired, this);
// mTimerId = XtAppAddTimeOut(gAppContext, GetDelay(),(XtTimerCallbackProc)nsTimerExpired, this);
}