summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/glapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/glapi/glapi.c')
-rw-r--r--src/mesa/glapi/glapi.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c
index 0c4c91c32c..4463325930 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;