1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:12:25 +00:00

vo_opengl: remove unused declaration

Stupid compiler.
This commit is contained in:
wm4 2015-03-13 20:50:17 +01:00
parent 67b41f533e
commit 697fb963c2

View File

@ -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,