glx: Remove screen number from __GLXconfig
authorAdam Jackson <ajax@redhat.com>
Mon, 8 Jul 2013 16:28:56 +0000 (12:28 -0400)
committerAdam Jackson <ajax@redhat.com>
Wed, 11 Sep 2013 18:37:33 +0000 (14:37 -0400)
Not used.  There's no real reason to match against this instead of
matching against fbconfig or visual ID anyway.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
glx/glxscreens.h

index 19a2599..c8119fd 100644 (file)
@@ -92,8 +92,6 @@ struct __GLXconfig {
     /* OML_swap_method */
     GLint swapMethod;
 
-    GLint screen;
-
     /* EXT_texture_from_pixmap */
     GLint bindToTextureRgb;
     GLint bindToTextureRgba;