From 23cce73221c0b96e7778da34616f8c3f4d6aa819 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 23 Mar 2016 15:13:51 -0400 Subject: [PATCH] xquartz/glx: Remove unused fields from the glx screen subclass dmt:~/git/xserver% git grep -E '\<(index|num_vis)\>' hw/xquartz/GL hw/xquartz/GL/indirect.c: int index; hw/xquartz/GL/indirect.c: int num_vis; Reviewed-by: Eric Anholt Reviewed-by: Emil Velikov Signed-off-by: Adam Jackson --- hw/xquartz/GL/indirect.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xquartz/GL/indirect.c b/hw/xquartz/GL/indirect.c index 823360805..f857325a5 100644 --- a/hw/xquartz/GL/indirect.c +++ b/hw/xquartz/GL/indirect.c @@ -115,9 +115,6 @@ struct __GLXAquaScreen { /* Supported GLX extensions */ unsigned char glx_enable_bits[__GLX_EXT_BYTES]; - - int index; - int num_vis; }; struct __GLXAquaContext {