Remove a dead prototype.

QFGL_ProcAddress has been private since the vid_render plugin hackathon.
This commit is contained in:
Bill Currie 2013-01-24 12:11:14 +09:00
parent 40af4bb986
commit 35999b527f

View file

@ -44,6 +44,5 @@
qboolean GLF_Init (void);
qboolean GLF_FindFunctions (void);
void *QFGL_ProcAddress (void *handle, const char *name, qboolean);
#endif // __QF_GL_funcs_h_