void axl_list_cursor_remove ( axlListCursor cursor  ) 

Allows to remove current element pointed by the cursor, maintainig internal state of the cursor, calling to the destroy function associated in the list.

The function will call to the destroy function asociated to the list. If you don't want the item stored to be also destroyed call axl_list_cursor_unlink.

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