Those function pointers arn't needed
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@818 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
7d85e1d695
commit
33e1f445ba
1 changed files with 0 additions and 5 deletions
|
@ -128,11 +128,6 @@ void ClearAllStates (void);
|
|||
void VID_UpdateWindowStatus (void);
|
||||
void GL_Init(void *(*getglfunction) (char *name));
|
||||
|
||||
PROC glArrayElementEXT;
|
||||
PROC glColorPointerEXT;
|
||||
PROC glTexCoordPointerEXT;
|
||||
PROC glVertexPointerEXT;
|
||||
|
||||
typedef void (APIENTRY *lp3DFXFUNC) (int, int, int, int, int, const void*);
|
||||
lp3DFXFUNC qglColorTableEXT;
|
||||
qboolean is8bit = false;
|
||||
|
|
Loading…
Reference in a new issue