NAME RemTimerInt -- remove a previously installed timer interrupt. (V40) SYNOPSIS RemTimerInt(intHandle); A1 VOID RemTimerInt(APTR); FUNCTION Removes a timer interrupt routine previously installed with addtimerint. INPUTS intHandle - handle obtained from addtimerint(). this may be null, in which case this function does nothing. SEE ALSO addtimerint(), stoptimerint(), starttimerint()