diff options
author | Brian Paul <[email protected]> | 2004-11-27 05:05:32 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-11-27 05:05:32 +0000 |
commit | 21f6978c532eae50d9daefd481b5ab936225fd27 (patch) | |
tree | df8cd2c22fb8d5e94c61126e4892eda37782de64 /src/mesa/main/dlist.h | |
parent | 13435525c4899265a19662ce78c158ae0698abb6 (diff) |
clean up code related to dispatch table initialization
Diffstat (limited to 'src/mesa/main/dlist.h')
-rw-r--r-- | src/mesa/main/dlist.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.h b/src/mesa/main/dlist.h index 6245713f952..1a5b391e760 100644 --- a/src/mesa/main/dlist.h +++ b/src/mesa/main/dlist.h @@ -58,8 +58,7 @@ extern void GLAPIENTRY _mesa_ListBase( GLuint base ); extern void GLAPIENTRY _mesa_NewList( GLuint list, GLenum mode ); -extern void _mesa_init_dlist_table( struct _glapi_table *table, - GLuint tableSize ); +extern void _mesa_init_dlist_table( struct _glapi_table *table ); extern void _mesa_save_error( GLcontext *ctx, GLenum error, const char *s ); |