clean: remove unused macros

This commit is contained in:
Stéphane Blondon
2025-05-04 13:29:59 +02:00
parent 3af3247136
commit 3c93bc03dc
20 changed files with 0 additions and 20 deletions

View File

@@ -48,7 +48,6 @@ int SetupCallbacks();
#define SCR_HEIGHT (272)
#define PIXEL_SIZE (4) /* change this if you change to another screenmode */
#define FRAME_SIZE (BUF_WIDTH * SCR_HEIGHT * PIXEL_SIZE)
#define ZBUF_SIZE (BUF_WIDTH SCR_HEIGHT * 2) /* zbuffer seems to be 16-bit? */
#define ROWS (64)
#define COLS (64)