diff options
author | Brian Paul <[email protected]> | 2001-05-03 14:11:18 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-05-03 14:11:18 +0000 |
commit | 9e351d52ae52927fbe505e8808e70de3e646be79 (patch) | |
tree | 1317296db672779563ce132da8f98177ac0747db /src/mesa/main/context.h | |
parent | 5028216c81706070fab906f4e56a14c1e2d61cbc (diff) |
minor clean-ups and warning fixes
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 825881b8704..3d56ada0533 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 @@ -150,10 +150,6 @@ _mesa_destroy_context( GLcontext *ctx ); extern void -_mesa_context_initialize( GLcontext *ctx ); - - -extern void _mesa_copy_context(const GLcontext *src, GLcontext *dst, GLuint mask); |