* Abort the timeout timer, so the timer callback is never called. */ static */
| 194 | * Abort the timeout timer, so the timer callback is never called. |
| 195 | */ |
| 196 | /* static */ void NewGRFProfiler::AbortTimer() |
| 197 | { |
| 198 | _profiling_finish_timeout.Abort(); |
| 199 | } |