removed old TEXTURE0_ defines
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 9 Oct 2002 23:56:32 +0000 (23:56 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 9 Oct 2002 23:56:32 +0000 (23:56 +0000)
src/mesa/main/mtypes.h

index 772e197..7d43de1 100644 (file)
@@ -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