summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-10-09 23:56:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-10-09 23:56:32 +0000
commit0670eb259d2ede9d1ca1762759737b8cc31a67a4 (patch)
tree82a7c30cf8523d2faa0f409d1d8d9da9a9d2bc0e /src
parent433a084130322a20a816d6603552e6c612eb13d1 (diff)
removed old TEXTURE0_ defines
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/mtypes.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 772e1970ad..7d43de19fb 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1,4 +1,4 @@
-/* $Id: mtypes.h,v 1.94 2002/10/08 23:59:33 brianp Exp $ */
+/* $Id: mtypes.h,v 1.95 2002/10/09 23:56:32 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -734,14 +734,6 @@ struct gl_stencil_attrib {
#define NUM_TEXTURE_TARGETS 5 /* 1D, 2D, 3D, CUBE and RECT */
-/* Texture Enabled flags - XXX these are obsolete!!! */
-#define TEXTURE0_1D TEXTURE_1D_BIT
-#define TEXTURE0_2D TEXTURE_2D_BIT
-#define TEXTURE0_3D TEXTURE_3D_BIT
-#define TEXTURE0_CUBE TEXTURE_CUBE_BIT
-#define TEXTURE0_RECT TEXTURE_RECT_BIT
-#define TEXTURE0_ANY 0x1F
-
/* Bitmap versions of the GL_ constants. */
#define TEXGEN_SPHERE_MAP 0x1