RemBob(bob)
RemBob(struct Bob *);
Marks a Bob as no-longer-required. The gels internal code then removes the Bob from the list of active gels the next time
DrawGList is executed. This is implemented as a macro. If the user is double-buffering the Bob, it could take two calls to
DrawGList before the Bob actually disappears from the RastPort.
RemIBob() DrawGList() graphics/gels.h <graphics/gfxmacros.h>