From e8dd654ad6ced69f9434fc94632c4234d9953aaf Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 6 Dec 2019 14:04:06 +0100 Subject: [PATCH] remove the unimplemented lv_ll_swap --- src/lv_misc/lv_ll.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lv_misc/lv_ll.c b/src/lv_misc/lv_ll.c index 7077fff1f..995266595 100644 --- a/src/lv_misc/lv_ll.c +++ b/src/lv_misc/lv_ll.c @@ -335,14 +335,6 @@ uint32_t lv_ll_get_len(const lv_ll_t * ll_p) 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 * @param ll_p pointer to a linked list