summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/common.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-02 18:28:03 +0200
committerwm4 <wm4@nowhere>2015-10-02 18:33:09 +0200
commite87f7054979a1014e11b804b46dbfd0291728419 (patch)
treea7a915036a2c259566c1a6f2f533810773c9f0f8 /video/out/opengl/common.h
parent93db4233af840767a74acc95649538a7ef8c9c1e (diff)
downloadmpv-e87f7054979a1014e11b804b46dbfd0291728419.tar.bz2
mpv-e87f7054979a1014e11b804b46dbfd0291728419.tar.xz
vo_opengl: rpi: switch to new internal 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 5622702f16..dbae77c3f9 100644
--- a/video/out/opengl/common.h
+++ b/video/out/opengl/common.h
@@ -151,8 +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_rpi(MPGLContext *ctx);
-
void mpgl_load_functions(GL *gl, void *(*getProcAddress)(const GLubyte *),
const char *ext2, struct mp_log *log);
void mpgl_load_functions2(GL *gl, void *(*get_fn)(void *ctx, const char *n),