From ada1c2bb08142bbabd7a023d140902c6b1aa3301 Mon Sep 17 00:00:00 2001 From: Vandra-Meyer Akos Date: Wed, 6 May 2026 12:08:57 +0200 Subject: [PATCH] fix bad merge --- src/lv_conf_internal.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/lv_conf_internal.h b/src/lv_conf_internal.h index 7885ecef6c..9d912b1beb 100644 --- a/src/lv_conf_internal.h +++ b/src/lv_conf_internal.h @@ -1,16 +1,2 @@ #warning Include public headers from the `src` folder is deprecated. This file will be removed soon. To ensure your application keeps working, you can choose to include the new header in or include the main header file #include "../include/lvgl/lvgl.h" - #ifndef LV_GIF_MAX_WIDTH - #ifdef CONFIG_LV_GIF_MAX_WIDTH - #define LV_GIF_MAX_WIDTH CONFIG_LV_GIF_MAX_WIDTH - #else - #define LV_GIF_MAX_WIDTH 32768 - #endif - #endif - #ifndef LV_GIF_MAX_HEIGHT - #ifdef CONFIG_LV_GIF_MAX_HEIGHT - #define LV_GIF_MAX_HEIGHT CONFIG_LV_GIF_MAX_HEIGHT - #else - #define LV_GIF_MAX_HEIGHT 32768 - #endif - #endif