removes unnecessary defines

This commit is contained in:
Florian Klemenz 2022-05-04 12:26:22 +02:00
parent 61559bb60f
commit 9dbbb38a08

View File

@ -8,9 +8,6 @@
#include "fbfont.h" #include "fbfont.h"
#define WIDTH 240
#define HEIGHT 320
struct s_color { struct s_color {
unsigned char r; unsigned char r;
unsigned char g; unsigned char g;