From 3e37bafab0a339021354b9c78f983d05d433d735 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 21 Sep 2005 02:47:32 +0000 Subject: replace GLdepth with GLuint and remove GLdepth --- src/mesa/main/mtypes.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 85b15b8399..a076f82a22 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -84,15 +84,6 @@ #endif -/** - * Used for storing intermediate depth buffer values. - * The actual depth/Z buffer might use 16 or 32-bit values. - * - * \note Must be 32-bits! - */ -typedef GLuint GLdepth; - - /** * Fixed point data type. */ -- cgit v1.2.3