Rev 1646 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1646 | Rev 1765 | ||
|---|---|---|---|
| Line 21... | Line 21... | ||
| 21 | 21 | ||
| 22 | function Timer_Cancel(timer_id) |
22 | function Timer_Cancel(timer_id) |
| 23 | { |
23 | { |
| 24 | delete Timer_Callbacks[timer_id]; |
24 | delete Timer_Callbacks[timer_id]; |
| 25 | 25 | ||
| 26 | TimerExport_Cancel |
26 | //TimerExport_Cancel(timer_id); |
| 27 | } |
27 | } |
| 28 | 28 | ||
| 29 | function Timer_OnTimeout(timer_id, repeat) |
29 | function Timer_OnTimeout(timer_id, repeat) |
| 30 | { |
30 | { |
| 31 | if (Timer_Callbacks[timer_id]) |
31 | if (Timer_Callbacks[timer_id]) |