summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_common.c')
-rw-r--r--video/out/gl_common.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/video/out/gl_common.c b/video/out/gl_common.c
index fc3e9f0585..59e40a16bf 100644
--- a/video/out/gl_common.c
+++ b/video/out/gl_common.c
@@ -664,15 +664,3 @@ void mpgl_uninit(MPGLContext *ctx)
}
talloc_free(ctx);
}
-
-void mpgl_lock(MPGLContext *ctx)
-{
- if (ctx->set_current)
- ctx->set_current(ctx, true);
-}
-
-void mpgl_unlock(MPGLContext *ctx)
-{
- if (ctx->set_current)
- ctx->set_current(ctx, false);
-}