From 4a06a66501fcbb38a61d501fd1fbbc96177882a4 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 26 Jan 2015 06:05:36 +0100 Subject: vo_opengl: drop sRGB framebuffer detection We've stopped using them some time ago (we're doing things manually instead). --- video/out/gl_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/gl_common.h') diff --git a/video/out/gl_common.h b/video/out/gl_common.h index dcb6a86ced..ab15eed694 100644 --- a/video/out/gl_common.h +++ b/video/out/gl_common.h @@ -67,7 +67,6 @@ enum { MPGL_CAP_FB = (1 << 5), MPGL_CAP_VAO = (1 << 6), MPGL_CAP_SRGB_TEX = (1 << 7), - MPGL_CAP_SRGB_FB = (1 << 8), MPGL_CAP_FLOAT_TEX = (1 << 9), MPGL_CAP_TEX_RG = (1 << 10), // GL_ARB_texture_rg / GL 3.x MPGL_CAP_VDPAU = (1 << 11), // GL_NV_vdpau_interop -- cgit v1.2.3