diff options
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r-- | video/out/opengl/video.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h index ea9f7b0746..8b6ca6e98f 100644 --- a/video/out/opengl/video.h +++ b/video/out/opengl/video.h @@ -176,8 +176,6 @@ bool gl_video_icc_auto_enabled(struct gl_video *p); bool gl_video_gamma_auto_enabled(struct gl_video *p); struct mp_colorspace gl_video_get_output_colorspace(struct gl_video *p); -void gl_video_set_gl_state(struct gl_video *p); -void gl_video_unset_gl_state(struct gl_video *p); void gl_video_reset(struct gl_video *p); bool gl_video_showing_interpolated_frame(struct gl_video *p); |