From 4872443fc0217429ba60308213c118dc55b7b88c Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Fri, 6 Feb 2015 02:55:49 +0100 Subject: vo_opengl: get rid of unused field approx_gamma This was left over from 61f5a80. --- video/out/gl_video.h | 1 - 1 file changed, 1 deletion(-) diff --git a/video/out/gl_video.h b/video/out/gl_video.h index 490b49bb7e..63e33718ce 100644 --- a/video/out/gl_video.h +++ b/video/out/gl_video.h @@ -36,7 +36,6 @@ struct gl_video_opts { float scaler_antiring[2]; float gamma; int srgb; - int approx_gamma; int fancy_downscaling; int sigmoid_upscaling; float sigmoid_center; -- cgit v1.2.3