diff options
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 55bb66cb018..5f680116e56 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 |