diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-11-27 05:05:32 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-11-27 05:05:32 +0000 |
commit | 21f6978c532eae50d9daefd481b5ab936225fd27 (patch) | |
tree | df8cd2c22fb8d5e94c61126e4892eda37782de64 /src/mesa/main/dlist.c | |
parent | 13435525c4899265a19662ce78c158ae0698abb6 (diff) |
clean up code related to dispatch table initialization
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 1f36411a94..9da97d8c75 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -7154,10 +7154,8 @@ static void GLAPIENTRY exec_MultiModeDrawElementsIBM(const GLenum *mode, * struct. */ void -_mesa_init_dlist_table( struct _glapi_table *table, GLuint tableSize ) +_mesa_init_dlist_table( struct _glapi_table *table ) { - _mesa_init_no_op_table(table, tableSize); - _mesa_loopback_init_api_table( table ); /* GL 1.0 */ |