diff options
author | wm4 <wm4@nowhere> | 2015-03-13 20:50:17 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-03-13 20:50:17 +0100 |
commit | 697fb963c2ddbb616f805e8656b85b31c6bbbdf7 (patch) | |
tree | f09afb96657e8ea1521b97c6ee8db52fdc09a7c6 | |
parent | 67b41f533e592c43bb35b65263274981342246d3 (diff) |
vo_opengl: remove unused declaration
Stupid compiler.
-rw-r--r-- | video/out/gl_video.c | 5 |
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, |