summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_common.h')
-rw-r--r--video/out/gl_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h
index 6f973e23be..622f1f2659 100644
--- a/video/out/gl_common.h
+++ b/video/out/gl_common.h
@@ -208,8 +208,6 @@ struct gl_hwdec_driver {
extern const struct gl_hwdec_driver *mpgl_hwdec_drivers[];
-void *mp_getdladdr(const char *s);
-
void mpgl_load_functions(GL *gl, void *(*getProcAddress)(const GLubyte *),
const char *ext2, struct mp_log *log);