summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-14 14:32:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-14 14:32:20 +0000
commitb43671c8bf0ff640243c670ff98225d2a3c10632 (patch)
tree2f4ba856bab5e82f33bd14fc99201ef48b692010 /src/mesa/tnl/t_context.h
parent04adb70f32b25cee6f05ce97d1ddf16482636c27 (diff)
Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r--src/mesa/tnl/t_context.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index cdaa252e8f..08fb96b6a4 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -1,6 +1,6 @@
/*
* mesa 3-D graphics library
- * Version: 6.3
+ * Version: 6.5
*
* Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
@@ -790,11 +790,5 @@ typedef struct
#define TYPE_IDX(t) ((t) & 0xf)
#define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */
-extern void _tnl_MakeCurrent( GLcontext *ctx,
- GLframebuffer *drawBuffer,
- GLframebuffer *readBuffer );
-
-
-
#endif