diff --git a/include/QF/GL/funcs.h b/include/QF/GL/funcs.h index e00221ca2..765bb4bab 100644 --- a/include/QF/GL/funcs.h +++ b/include/QF/GL/funcs.h @@ -42,7 +42,6 @@ #undef QFGL_NEED #undef QFGL_WANT -qboolean GLF_Init (void); qboolean GLF_FindFunctions (void); #endif // __QF_GL_funcs_h_ diff --git a/include/QF/GLSL/funcs.h b/include/QF/GLSL/funcs.h index 28ddf90a5..19d1403a1 100644 --- a/include/QF/GLSL/funcs.h +++ b/include/QF/GLSL/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);