Remove useless warnings.

This commit is contained in:
mibi88 2024-07-24 19:00:30 +02:00
parent b98545a28f
commit c755be82dd

View file

@ -15,7 +15,6 @@
#if GINT_RENDER_RGB #if GINT_RENDER_RGB
#warning "Ok!"
#define T_HEIGHT 16 #define T_HEIGHT 16
#define T_WIDTH 16 #define T_WIDTH 16
#define PXSIZE 2 #define PXSIZE 2
@ -23,7 +22,6 @@
#define P_WIDTH 16 #define P_WIDTH 16
#define P_HEIGHT 16 #define P_HEIGHT 16
#else #else
#warning "Bad!"
#define T_HEIGHT 8 #define T_HEIGHT 8
#define T_WIDTH 8 #define T_WIDTH 8
#define PXSIZE 1 #define PXSIZE 1