You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2024/02/25 17:16:47 UTC

(nuttx-apps) branch master updated: graphics/lvgl: remove unused code

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e71031a0 graphics/lvgl: remove unused code
9e71031a0 is described below

commit 9e71031a099b2e37a720ebbb53b0b71960533b02
Author: Junbo Zheng <zh...@xiaomi.com>
AuthorDate: Sun Feb 25 21:54:10 2024 +0800

    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 <zh...@xiaomi.com>
---
 graphics/lvgl/CMakeLists.txt | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/graphics/lvgl/CMakeLists.txt b/graphics/lvgl/CMakeLists.txt
index 80382a7f5..8b09f9a48 100644
--- a/graphics/lvgl/CMakeLists.txt
+++ b/graphics/lvgl/CMakeLists.txt
@@ -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)