public synchronized void removeImage (Image image, int id, int width, int height)

Removes the specified image with the specified width, height, and ID from this media tracker. Only the specified instance (with any duplicates) is removed.

Parameters:
image    the image to be removed
id    the tracking ID from which to remove the image
width    the width to remove (-1 for unscaled)
height    the height to remove (-1 for unscaled)

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

Since:  1.1