mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-05 06:28:17 +02:00
remove a const
This commit is contained in:
parent
bf7128a682
commit
6cfaff1633
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
/* $Id: t_array_api.c,v 1.32 2003/04/10 10:03:30 keithw Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 5.1
|
||||
|
|
@ -73,7 +71,7 @@ static void fallback_drawelements( GLcontext *ctx, GLenum mode, GLsizei count,
|
|||
|
||||
static void _tnl_draw_range_elements( GLcontext *ctx, GLenum mode,
|
||||
GLuint start, GLuint end,
|
||||
GLsizei count, const GLuint *indices )
|
||||
GLsizei count, GLuint *indices )
|
||||
|
||||
{
|
||||
TNLcontext *tnl = TNL_CONTEXT(ctx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue