summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 80721c50a9..a4b7b3afab 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1,4 +1,4 @@
-/* $Id: mtypes.h,v 1.15 2001/01/24 00:04:58 brianp Exp $ */
+/* $Id: mtypes.h,v 1.16 2001/01/24 04:56:20 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -436,12 +436,6 @@ struct gl_hint_attrib {
GLenum PolygonSmooth;
GLenum Fog;
- /* GL_PGI_misc_hints */
- GLenum AllowDrawWin;
- GLenum AllowDrawFrg;
- GLenum AllowDrawMem;
- GLenum StrictLighting;
-
/* GL_EXT_clip_volume_hint */
GLenum ClipVolumeClipping;
@@ -1211,7 +1205,6 @@ struct gl_extensions {
GLboolean MESA_sprite_point;
GLboolean NV_blend_square;
GLboolean NV_texgen_reflection;
- GLboolean PGI_misc_hints;
GLboolean SGI_color_matrix;
GLboolean SGI_color_table;
GLboolean SGIS_pixel_texture;