public synchronized void removeImage (Image image)

Removes the specified image from this media tracker. All instances of the specified image are removed, regardless of scale or ID.

Parameters:
image    the image to be removed

See also:
java.awt.MediaTracker.removeImage(java.awt.Image, int), java.awt.MediaTracker.removeImage(java.awt.Image, int, int, int)

Since:  1.1