remove the unimplemented lv_ll_swap

This commit is contained in:
Gabor Kiss-Vamosi
2019-12-06 14:04:06 +01:00
parent 17be0af46b
commit e8dd654ad6

View File

@@ -335,14 +335,6 @@ uint32_t lv_ll_get_len(const lv_ll_t * ll_p)
return len; return len;
} }
void lv_ll_swap(lv_ll_t * ll_p, void * n1_p, void * n2_p)
{
(void)(ll_p);
(void)(n1_p);
(void)(n2_p);
/*TODO*/
}
/** /**
* Move a nodw before an other node in the same linked list * Move a nodw before an other node in the same linked list
* @param ll_p pointer to a linked list * @param ll_p pointer to a linked list