summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.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/main/dd.h
parent04adb70f32b25cee6f05ce97d1ddf16482636c27 (diff)
Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 55bb66cb01..5f680116e5 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -903,12 +903,6 @@ struct dd_function_table {
void (*LightingSpaceChange)( GLcontext *ctx );
/**
- * Let the T&L component know when the context becomes current.
- */
- void (*MakeCurrent)( GLcontext *ctx, GLframebuffer *drawBuffer,
- GLframebuffer *readBuffer );
-
- /**
* Called by glNewList().
*
* Let the T&L component know what is going on with display lists