wb_destroy_timer

bool wb_destroy_timer (int window, int id)

Destroys a timer created with wb_create_timer(). The window and the id parameters must be the same that were passed to wb_create_timer() when the timer was created.

See also

wb_create_timer
System functions