From c755be82ddb910b7a5ceac55a711dd0504f3e316 Mon Sep 17 00:00:00 2001 From: mibi88 <76903855+mibi88@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:00:30 +0200 Subject: [PATCH] Remove useless warnings. --- src/config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/config.h b/src/config.h index da70884..94ee6e3 100644 --- a/src/config.h +++ b/src/config.h @@ -15,7 +15,6 @@ #if GINT_RENDER_RGB - #warning "Ok!" #define T_HEIGHT 16 #define T_WIDTH 16 #define PXSIZE 2 @@ -23,7 +22,6 @@ #define P_WIDTH 16 #define P_HEIGHT 16 #else - #warning "Bad!" #define T_HEIGHT 8 #define T_WIDTH 8 #define PXSIZE 1