removed GLU_EXT_get_proc_address from ext strings

This commit is contained in:
Brian Paul 1999-11-22 22:15:50 +00:00
parent bdbd2e04c8
commit 4f145468f4
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,8 @@
/* $Id: glu.c,v 1.17 1999/11/19 21:23:37 brianp Exp $ */
/* $Id: glu.c,v 1.18 1999/11/22 22:15:50 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.1
* Version: 3.3
* Copyright (C) 1995-1999 Brian Paul
*
* This library is free software; you can redistribute it and/or
@ -23,6 +23,9 @@
/*
* $Log: glu.c,v $
* Revision 1.18 1999/11/22 22:15:50 brianp
* removed GLU_EXT_get_proc_address from ext strings
*
* Revision 1.17 1999/11/19 21:23:37 brianp
* replace encounteed with encountered
*
@ -370,7 +373,7 @@ const GLubyte* GLAPIENTRY gluErrorString( GLenum errorCode )
const GLubyte* GLAPIENTRY gluGetString( GLenum name )
{
static char *extensions = "GL_EXT_abgr GLU_EXT_get_proc_address";
static char *extensions = "GL_EXT_abgr";
static char *version = "1.2 Mesa 3.1";
switch (name) {