summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 5b35e0aa63..2f6b4b5083 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -567,10 +567,6 @@ struct GL {
const GLfloat *);
void (GLAPIENTRY *UniformMatrix4x3fv)(GLint, GLsizei, GLboolean,
const GLfloat *);
-#ifdef CONFIG_GL_WIN32
- HGLRC (GLAPIENTRY *wglCreateContextAttribsARB)(HDC hDC, HGLRC hShareContext,
- const int *attribList);
-#endif
};