NAME
RemIBob -- Immediately remove a Bob from the gel list and the RastPort.
SYNOPSIS
RemIBob(bob, rp, vp)
A0 A1 A2
void RemIBob(struct Bob *, struct RastPort *, struct ViewPort *);
FUNCTION
Removes a Bob immediately by uncoupling it from the gel list and erases it from the RastPort.
INPUTS
bob = pointer to the Bob to be removed rp = pointer to the RastPort if the Bob is to be erased vp = pointer to the ViewPort for beam-synchronizing
RESULT
BUGS
SEE ALSO