aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/dri_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/dri_common.c')
-rw-r--r--src/glx/dri_common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/dri_common.c b/src/glx/dri_common.c
index d70bff43eb4..a5fae27fce9 100644
--- a/src/glx/dri_common.c
+++ b/src/glx/dri_common.c
@@ -500,10 +500,6 @@ dri2_convert_glx_attribs(unsigned num_attribs, const uint32_t *attribs,
return false;
}
break;
- case GLX_SCREEN:
- /* Implies GLX_EXT_no_config_context */
- *render_type = GLX_DONT_CARE;
- break;
default:
/* If an unknown attribute is received, fail.
*/