dispatch changes to minimize hassle with XFree86 libGL
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c
index 0c4c91c..4463325 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 @@
 }
 
 
-/*
- * 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;