summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-02 18:09:13 +0200
committerwm4 <wm4@nowhere>2015-10-02 18:10:58 +0200
commitfe993a67123f3e7bf8c92d7b38545ffc2aba79ed (patch)
tree2fe6271e161d12a76ff21b747c40e61170f8c5af /video/out/opengl/common.h
parent69bc7e34b9ce6a8be6731a42a00a01a120194a41 (diff)
downloadmpv-fe993a67123f3e7bf8c92d7b38545ffc2aba79ed.tar.bz2
mpv-fe993a67123f3e7bf8c92d7b38545ffc2aba79ed.tar.xz
vo_opengl: w32: switch to new internal API
Diffstat (limited to 'video/out/opengl/common.h')
-rw-r--r--video/out/opengl/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/common.h b/video/out/opengl/common.h
index e746fe0d8d..5622702f16 100644
--- a/video/out/opengl/common.h
+++ b/video/out/opengl/common.h
@@ -151,7 +151,6 @@ struct m_option;
int mpgl_validate_backend_opt(struct mp_log *log, const struct m_option *opt,
struct bstr name, struct bstr param);
-void mpgl_set_backend_w32(MPGLContext *ctx);
void mpgl_set_backend_rpi(MPGLContext *ctx);
void mpgl_load_functions(GL *gl, void *(*getProcAddress)(const GLubyte *),