elementary: efl_ui_list_segarray fixed remove last block item

This commit is contained in:
Larry Jr 2018-01-19 15:31:40 -02:00 committed by Felipe Magno de Almeida
parent 7e0f98a794
commit 73a8ddf18f
1 changed files with 0 additions and 2 deletions

View File

@ -129,8 +129,6 @@ efl_ui_list_segarray_remove(Efl_Ui_List_SegArray* segarray, int index)
segarray->count--;
node->length--;
if (offset >= node->length) return NULL;
while (offset < node->length)
{
node->pointers[offset] = node->pointers[offset+1];