diff --git a/lv_conf_template.h b/lv_conf_template.h index 9cef1f55a1..32529115a3 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1006,9 +1006,6 @@ * Requires LV_USE_VECTOR_GRAPHIC */ #define LV_USE_THORVG_EXTERNAL 0 -/** Enable ThorVG by assuming that its installed and linked to the project */ -#define LV_USE_THORVG_EXTERNAL 0 - /** Use lvgl built-in LZ4 lib */ #define LV_USE_LZ4_INTERNAL 0 diff --git a/src/lv_conf_internal.h b/src/lv_conf_internal.h index 0aed476862..36d9c4f1e4 100644 --- a/src/lv_conf_internal.h +++ b/src/lv_conf_internal.h @@ -3207,15 +3207,6 @@ #endif #endif -/** Enable ThorVG by assuming that its installed and linked to the project */ -#ifndef LV_USE_THORVG_EXTERNAL - #ifdef CONFIG_LV_USE_THORVG_EXTERNAL - #define LV_USE_THORVG_EXTERNAL CONFIG_LV_USE_THORVG_EXTERNAL - #else - #define LV_USE_THORVG_EXTERNAL 0 - #endif -#endif - /** Use lvgl built-in LZ4 lib */ #ifndef LV_USE_LZ4_INTERNAL #ifdef CONFIG_LV_USE_LZ4_INTERNAL