vo_gpu: remove a dead declaration

This commit is contained in:
wm4 2018-02-21 12:39:38 +01:00 committed by Kevin Mitchell
parent 70b74d32cd
commit d6921678b9
1 changed files with 0 additions and 1 deletions

View File

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