From 697fb963c2ddbb616f805e8656b85b31c6bbbdf7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Mar 2015 20:50:17 +0100 Subject: vo_opengl: remove unused declaration Stupid compiler. --- video/out/gl_video.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'video') 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, -- cgit v1.2.3