diff options
Diffstat (limited to 'src/mesa/glapi/glapi.c')
-rw-r--r-- | src/mesa/glapi/glapi.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 82c48ea0658..64459e7a167 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -1,4 +1,4 @@ -/* $Id: glapi.c,v 1.50 2001/03/07 05:06:11 brianp Exp $ */ +/* $Id: glapi.c,v 1.51 2001/03/12 00:48:38 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -1912,7 +1912,3 @@ _glapi_check_table(const struct _glapi_table *table) } #endif } - - - - |