XmUninstallImage - A pixmap caching function that removes an image from the image cache
#include <Xm/Xm.h> Boolean XmUninstallImage (image) XImage * image;
XmUninstallImage removes an image from the image cache.
Returns True when successful; returns False if the image is NULL, or if it cannot be found to be uninstalled.
XmInstallImage(3X), XmGetPixmap(3X), and XmDestroyPixmap(3X).