void axl_list_unlink ( axlList list,
axlPointer  pointer 
)

Removes the given pointer from the list, without calling the destroy function, even when it is configured.

Parameters:
list The list where the operation will be performed.
pointer The pointer to remove.