void axl_list_cursor_unlink ( axlListCursor cursor  ) 

Allows to remove current element pointed by the cursor, maintainig internal state of the cursor.

The function won't call to the destroy function asociated to the list. If you want the item stored to be also destroyed call axl_list_cursor_remove.

Parameters:
cursor The cursor pointing to the item inside the list that must be removed.