minor clean-ups and warning fixes

This commit is contained in:
Brian Paul
2001-05-03 14:11:18 +00:00
parent 5028216c81
commit 9e351d52ae
7 changed files with 19 additions and 35 deletions

View File

@@ -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);