mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
Remove another dead prototype.
This commit is contained in:
parent
bf5eeb873e
commit
4a387c9c36
2 changed files with 0 additions and 2 deletions
|
@ -42,7 +42,6 @@
|
|||
#undef QFGL_NEED
|
||||
#undef QFGL_WANT
|
||||
|
||||
qboolean GLF_Init (void);
|
||||
qboolean GLF_FindFunctions (void);
|
||||
|
||||
#endif // __QF_GL_funcs_h_
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#undef QFGL_NEED
|
||||
#undef QFGL_WANT
|
||||
|
||||
qboolean EGLF_Init (void);
|
||||
qboolean EGLF_FindFunctions (void);
|
||||
void *QFEGL_ProcAddress (void *handle, const char *name, qboolean);
|
||||
|
||||
|
|
Loading…
Reference in a new issue