diff --git a/src/FxEngine/zbuffer.c b/src/FxEngine/zbuffer.c index cfed696..9a06cca 100644 --- a/src/FxEngine/zbuffer.c +++ b/src/FxEngine/zbuffer.c @@ -35,7 +35,6 @@ static const uint32_t size_blocks = size_char/32; **/ static int32_t* address=0; static int32_t* clearval=0; -static const int32_t clearval[8]={3000,3000,3000,3000,3000,3000,3000,3000}; #define ALIGN 32 static void* buffer_malloc(uint_fast16_t size)