From 9e351d52ae52927fbe505e8808e70de3e646be79 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 3 May 2001 14:11:18 +0000 Subject: minor clean-ups and warning fixes --- src/mesa/main/context.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/mesa/main/context.h') diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 825881b870..3d56ada053 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -1,4 +1,4 @@ -/* $Id: context.h,v 1.26 2001/04/27 21:17:20 brianp Exp $ */ +/* $Id: context.h,v 1.27 2001/05/03 14:11:18 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -149,10 +149,6 @@ extern void _mesa_destroy_context( GLcontext *ctx ); -extern void -_mesa_context_initialize( GLcontext *ctx ); - - extern void _mesa_copy_context(const GLcontext *src, GLcontext *dst, GLuint mask); -- cgit v1.2.3