From c3c976f54c3c282d6fa6c8360688e036bc43d210 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 8 Jul 2013 12:28:56 -0400 Subject: [PATCH] glx: Remove screen number from __GLXconfig Not used. There's no real reason to match against this instead of matching against fbconfig or visual ID anyway. Reviewed-by: Eric Anholt Signed-off-by: Adam Jackson --- glx/glxscreens.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/glx/glxscreens.h b/glx/glxscreens.h index 19a2599a6..c8119fd21 100644 --- a/glx/glxscreens.h +++ b/glx/glxscreens.h @@ -92,8 +92,6 @@ struct __GLXconfig { /* OML_swap_method */ GLint swapMethod; - GLint screen; - /* EXT_texture_from_pixmap */ GLint bindToTextureRgb; GLint bindToTextureRgba;