mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
Remove a dead prototype.
QFGL_ProcAddress has been private since the vid_render plugin hackathon.
This commit is contained in:
parent
40af4bb986
commit
35999b527f
1 changed files with 0 additions and 1 deletions
|
@ -44,6 +44,5 @@
|
||||||
|
|
||||||
qboolean GLF_Init (void);
|
qboolean GLF_Init (void);
|
||||||
qboolean GLF_FindFunctions (void);
|
qboolean GLF_FindFunctions (void);
|
||||||
void *QFGL_ProcAddress (void *handle, const char *name, qboolean);
|
|
||||||
|
|
||||||
#endif // __QF_GL_funcs_h_
|
#endif // __QF_GL_funcs_h_
|
||||||
|
|
Loading…
Reference in a new issue