Committing some old stuff I hadn't before. This one: removing a variable

name from a prototype.
This commit is contained in:
Jeff Teunissen 2001-08-15 22:29:09 +00:00
parent a22fd5a172
commit 61bb65fa3f

View file

@ -37,6 +37,6 @@
#undef QFGL_NEED
qboolean GLF_Init (void);
void *QFGL_ProcAddress (void *, const char *, qboolean crit);
void *QFGL_ProcAddress (void *, const char *, qboolean);
#endif // __QF_GL_funcs_h_