diff options
Diffstat (limited to 'src/mesa/tnl/t_array_import.h')
-rw-r--r-- | src/mesa/tnl/t_array_import.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/tnl/t_array_import.h b/src/mesa/tnl/t_array_import.h index fbcb795d3b..497ee00dae 100644 --- a/src/mesa/tnl/t_array_import.h +++ b/src/mesa/tnl/t_array_import.h @@ -1,4 +1,4 @@ -/* $Id: t_array_import.h,v 1.3 2001/04/28 08:39:18 keithw Exp $ */ +/* $Id: t_array_import.h,v 1.4 2001/08/13 22:15:54 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -32,10 +32,6 @@ extern void _tnl_vb_bind_arrays( GLcontext *ctx, GLint start, GLsizei count ); -extern void _tnl_fill_immediate_drawarrays( GLcontext *ctx, - struct immediate *IM, - GLuint start, GLuint count ) ; - extern void _tnl_array_import_init( GLcontext *ctx ); #endif |