diff options
author | Niklas Haas <git@nand.wakku.to> | 2015-02-06 02:55:49 +0100 |
---|---|---|
committer | Niklas Haas <git@nand.wakku.to> | 2015-02-06 02:55:49 +0100 |
commit | 4872443fc0217429ba60308213c118dc55b7b88c (patch) | |
tree | 18e986e75c989bff589c2d67af82f076a30f9319 /video | |
parent | cfd3d5b52003a23376d02fd6cc581f46289badd2 (diff) |
vo_opengl: get rid of unused field approx_gamma
This was left over from 61f5a80.
Diffstat (limited to 'video')
-rw-r--r-- | video/out/gl_video.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |