Mount Fuji Engine  0.8b
void Destroy ( T **  p)

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

Parameters
pIterator pointing to an item in the list to be removed.
Returns
None.