void axl_list_unlink_last ( axlList list  ) 

Allows to remove the last element from the list without calling to the destroy function, even with it is defined.

Parameters:
list The list where the last element will be removed.