summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 78397c4643..fd6874cd3d 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -1,4 +1,4 @@
-/* $Id: dd.h,v 1.16 2000/03/07 17:11:29 brianp Exp $ */
+/* $Id: dd.h,v 1.17 2000/03/07 18:24:49 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -626,11 +626,6 @@ struct dd_function_table {
* was changed.
*/
- void (*UseGlobalTexturePalette)( GLcontext *ctx, GLboolean state );
- /*
- * Called via glEnable/Disable(GL_SHARED_TEXTURE_PALETTE_EXT)
- */
-
void (*ActiveTexture)( GLcontext *ctx, GLuint texUnitNumber );
/*
* Called by glActiveTextureARB to set current texture unit.