result = DeleteLayer( dummy, layer)
d0 a0, a1
LONG DeleteLayer( LONG, struct Layer *);
Remove this layer from the list of layers. Release memory associated with it. Restore other layers that may have been obscured by it. Trigger refresh in those that may need it. If this is a superbitmap layer make sure SuperBitMap is current. The SuperBitMap is not removed from the system but is available for program use even though the rest of the layer information has been deallocated.