Mount Fuji Engine  0.8b
void DestroyItem ( T *  pItem)

Destroys a specific item in the list. This simply removes the pointer from the list, it does not destroy the item its self.

Parameters
pItemPointer to item to remove from the list.
Returns
None.
Remarks
This performs a linear search for the item through the list. This is the slowest way to access an item.