From 4a387c9c36078fcde64a5072b637c906aa85051a Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 24 Jan 2013 12:33:31 +0900 Subject: [PATCH] Remove another dead prototype. --- include/QF/GL/funcs.h | 1 - include/QF/GLSL/funcs.h | 1 - 2 files changed, 2 deletions(-) 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);