diff options
author | Brian Paul <[email protected]> | 2000-05-24 15:04:45 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-05-24 15:04:45 +0000 |
commit | 5fb84d263b8068467a2429942ecf113a0a4c8a60 (patch) | |
tree | 2b92222e07d0e5d34a59428c88c2ac52beea3579 /src/mesa/main/context.h | |
parent | f658ab0e2e9c4f319c0e6e77e7d08031be74f93b (diff) |
changed allocation/initialization of API dispatch tables
Diffstat (limited to 'src/mesa/main/context.h')
-rw-r--r-- | src/mesa/main/context.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/mesa/main/context.h b/src/mesa/main/context.h index 581931153ce..284f15e078e 100644 --- a/src/mesa/main/context.h +++ b/src/mesa/main/context.h @@ -1,4 +1,4 @@ -/* $Id: context.h,v 1.17 2000/05/04 13:53:55 brianp Exp $ */ +/* $Id: context.h,v 1.18 2000/05/24 15:04:45 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -253,11 +253,4 @@ _mesa_Flush( void ); -extern void -_mesa_init_no_op_table(struct _glapi_table *exec); - -extern void -_mesa_init_exec_table(struct _glapi_table *exec); - - #endif |