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