From 7ef37380225c989e24cebe30a906247b73ca0bb3 Mon Sep 17 00:00:00 2001 From: Pawel Kolodziejski Date: Sat, 5 Jul 2014 08:50:57 +0200 Subject: [PATCH] TINYGL: remove leftovers --- graphics/tinygl/zbuffer.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/graphics/tinygl/zbuffer.h b/graphics/tinygl/zbuffer.h index 9eb62dbd175..a65e8bfcb1d 100644 --- a/graphics/tinygl/zbuffer.h +++ b/graphics/tinygl/zbuffer.h @@ -26,11 +26,7 @@ namespace TinyGL { #define ZB_POINT_ALPHA_MIN ( (1 << 10) ) #define ZB_POINT_ALPHA_MAX ( (1 << 16) - (1 << 10) ) -// display modes -#define ZB_MODE_5R6G5B 1 // true color 16 bits - #define RGB_TO_PIXEL(r, g, b) cmode.ARGBToColor(255, r, g, b) // Default to 255 alpha aka solid colour. -typedef byte PIXEL; #define PSZSH 4