From b80429e49ef62686792e2f95c8f52b5e6c8a59a9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 16 Oct 1999 11:27:02 +0000 Subject: removed GL_EXT_get_proc_address --- src/mesa/main/dlist.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mesa/main/dlist.c') diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 15ca3d9a45..f69205c02e 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.9 1999/10/13 18:42:50 brianp Exp $ */ +/* $Id: dlist.c,v 1.10 1999/10/16 11:31:50 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -3344,9 +3344,6 @@ void gl_init_dlist_pointers( struct gl_api_table *table ) /* GL_ARB_multitexture */ table->ActiveTexture = save_ActiveTexture; table->ClientActiveTexture = save_ClientActiveTexture; - - /* GL_EXT_get_proc_address */ - table->GetProcAddress = gl_GetProcAddress; /* NOT SAVED */ } -- cgit v1.2.3