diff options
author | Brian Paul <[email protected]> | 2001-12-04 23:43:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-12-04 23:43:31 +0000 |
commit | 471a774f433c23b263828aa591415741e78a35da (patch) | |
tree | b4fa5af95ed18cbb40def5e01afa114c78900bc9 /src/mesa/glapi/glapi.c | |
parent | c34cb25bdd63766a26db771353d7a96c07f112a8 (diff) |
dispatch changes to minimize hassle with XFree86 libGL
Diffstat (limited to 'src/mesa/glapi/glapi.c')
-rw-r--r-- | src/mesa/glapi/glapi.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 0c4c91c32c0..44633259307 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -1,4 +1,4 @@ -/* $Id: glapi.c,v 1.59 2001/11/18 22:48:11 brianp Exp $ */ +/* $Id: glapi.c,v 1.60 2001/12/04 23:43:31 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -447,17 +447,6 @@ _glapi_get_version(void) } -/* - * For each entry in static_functions[] which use this function - * we should implement a dispatch function in glapitemp.h and - * in glapinoop.c - */ -static int NotImplemented(void) -{ - return 0; -} - - struct name_address_offset { const char *Name; GLvoid *Address; |