summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/common.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-11-29 12:39:20 +0100
committersfan5 <sfan5@live.de>2021-12-15 12:29:10 +0100
commit72915e8b76b2e5da9ddc90e892a544b6de512f39 (patch)
tree620a9384ee691e8a0925e018a9b81504a209454e /video/out/opengl/common.h
parent0bb15c7a133a0c213f5098d54b37c5d79718b79e (diff)
downloadmpv-72915e8b76b2e5da9ddc90e892a544b6de512f39.tar.bz2
mpv-72915e8b76b2e5da9ddc90e892a544b6de512f39.tar.xz
{player,video}: remove references to obsolete opengl-cb API
Diffstat (limited to 'video/out/opengl/common.h')
-rw-r--r--video/out/opengl/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/opengl/common.h b/video/out/opengl/common.h
index f89fcc953b..1292be45b2 100644
--- a/video/out/opengl/common.h
+++ b/video/out/opengl/common.h
@@ -242,8 +242,6 @@ struct GL {
void (GLAPIENTRY *DebugMessageCallback)(MP_GLDEBUGPROC callback,
const void *userParam);
-
- void *(GLAPIENTRY *MPGetNativeDisplay)(const char *name);
};
#endif /* MPLAYER_GL_COMMON_H */