summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/dlist.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 05:05:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 05:05:32 +0000
commit21f6978c532eae50d9daefd481b5ab936225fd27 (patch)
treedf8cd2c22fb8d5e94c61126e4892eda37782de64 /src/mesa/main/dlist.c
parent13435525c4899265a19662ce78c158ae0698abb6 (diff)
downloadexternal_mesa3d-21f6978c532eae50d9daefd481b5ab936225fd27.zip
external_mesa3d-21f6978c532eae50d9daefd481b5ab936225fd27.tar.gz
external_mesa3d-21f6978c532eae50d9daefd481b5ab936225fd27.tar.bz2
clean up code related to dispatch table initialization
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r--src/mesa/main/dlist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 1f36411..9da97d8 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 */