summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-21 12:39:38 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-28 00:55:06 -0800
commitd6921678b916474bdd0eb20f95ad9a4dcd054afe (patch)
tree68ed39d046aad83efc1f1f54f8f7e013985b2ee1
parent70b74d32cdec067dcc2d7fcb52f441cbb40f4407 (diff)
downloadmpv-d6921678b916474bdd0eb20f95ad9a4dcd054afe.tar.bz2
mpv-d6921678b916474bdd0eb20f95ad9a4dcd054afe.tar.xz
vo_gpu: remove a dead declaration
-rw-r--r--video/out/gpu/video.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/gpu/video.h b/video/out/gpu/video.h
index f385661e47..2184599582 100644
--- a/video/out/gpu/video.h
+++ b/video/out/gpu/video.h
@@ -160,7 +160,6 @@ void gl_video_uninit(struct gl_video *p);
void gl_video_set_osd_source(struct gl_video *p, struct osd_state *osd);
bool gl_video_check_format(struct gl_video *p, int mp_format);
void gl_video_config(struct gl_video *p, struct mp_image_params *params);
-void gl_video_set_output_depth(struct gl_video *p, int r, int g, int b);
void gl_video_render_frame(struct gl_video *p, struct vo_frame *frame,
struct ra_fbo fbo, int flags);
void gl_video_resize(struct gl_video *p,