From 3211b28ee633707218fe7eb2bdfc604c10fd8d29 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 20 Sep 2005 04:25:03 +0000 Subject: remove STENCIL_MAX --- src/mesa/main/mtypes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 0c3a63d2e3..85b15b8399 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -77,10 +77,8 @@ */ #if STENCIL_BITS==8 typedef GLubyte GLstencil; -# define STENCIL_MAX 0xff #elif STENCIL_BITS==16 typedef GLushort GLstencil; -# define STENCIL_MAX 0xffff #else # error "illegal number of stencil bits" #endif -- cgit v1.2.3