graphics/lvgl: remove unused code

Since it has beed used from https://github.com/apache/nuttx-apps/blob/master/graphics/lvgl/CMakeLists.txt#L72-L74

Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
This commit is contained in:
Junbo Zheng 2024-02-25 21:54:10 +08:00 committed by Xiang Xiao
parent 0cc42d6e45
commit 9e71031a09

View File

@ -101,18 +101,6 @@ if(CONFIG_GRAPHICS_LVGL)
list(APPEND CSRCS port/lv_port_syslog.c)
endif()
if(CONFIG_LIBUV)
list(APPEND CSRCS port/lv_port_libuv.c)
endif()
if(CONFIG_LIBUV)
list(APPEND CSRCS port/lv_port_libuv.c)
endif()
if(CONFIG_LIBUV)
list(APPEND CSRCS port/lv_port_libuv.c)
endif()
if(CONFIG_LV_MEM_CUSTOM)
if(NOT CONFIG_LV_PORT_MEM_CUSTOM_SIZE EQUAL 0)
list(APPEND CFLAGS -DLV_MEM_CUSTOM_ALLOC=lv_port_mem_alloc)