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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index 38e766f7b5..6b39927783 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -546,9 +546,6 @@ struct GL {
void (GLAPIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei,
GLsizei, GLint, GLenum, GLenum,
const GLvoid *);
- void * (GLAPIENTRY * AllocateMemoryMESA)(void *, int, size_t, float, float,
- float);
- void (GLAPIENTRY *FreeMemoryMESA)(void *, int, void *);
};
#endif /* MPLAYER_GL_COMMON_H */