VRemove
VRemove Remove vertical retrace interrupt task #include <Retrace.h> Vert. Retrace Mgr
VRemove removes a previously- installed vertical retrace task from the VBL queue and stops the task from being executed on subsequent retrace interrupts.
vblTaskPtr is the address of a 14-byte VBLTask structure you installed be one of:
noErr (0) no error
qErr (-1) No such task exists
vTypErr (-2) VBLTask.qType must be vType
Notes: It is probably NOT wise to remove tasks you did not install.