Remove another dead prototype.

This commit is contained in:
Bill Currie 2013-01-24 12:33:31 +09:00
parent bf5eeb873e
commit 4a387c9c36
2 changed files with 0 additions and 2 deletions

View file

@ -42,7 +42,6 @@
#undef QFGL_NEED
#undef QFGL_WANT
qboolean GLF_Init (void);
qboolean GLF_FindFunctions (void);
#endif // __QF_GL_funcs_h_

View file

@ -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);