summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video.c')
-rw-r--r--video/out/gl_video.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/video/out/gl_video.c b/video/out/gl_video.c
index 5be1b896e3..0dcd53c2af 100644
--- a/video/out/gl_video.c
+++ b/video/out/gl_video.c
@@ -309,11 +309,6 @@ static const struct packed_fmt_entry mp_packed_formats[] = {
{0},
};
-static const char *const osd_shaders[SUBBITMAP_COUNT] = {
- [SUBBITMAP_LIBASS] = "frag_osd_libass",
- [SUBBITMAP_RGBA] = "frag_osd_rgba",
-};
-
const struct gl_video_opts gl_video_opts_def = {
.npot = 1,
.dither_depth = -1,