From b43671c8bf0ff640243c670ff98225d2a3c10632 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 14 Sep 2005 14:32:20 +0000 Subject: Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. --- src/mesa/tnl/t_context.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/mesa/tnl/t_context.h') 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 -- cgit v1.2.3