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 <eric@anholt.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
36bcbf76dc
commit
23cce73221
|
@ -115,9 +115,6 @@ struct __GLXAquaScreen {
|
|||
|
||||
/* Supported GLX extensions */
|
||||
unsigned char glx_enable_bits[__GLX_EXT_BYTES];
|
||||
|
||||
int index;
|
||||
int num_vis;
|
||||
};
|
||||
|
||||
struct __GLXAquaContext {
|
||||
|
|
Loading…
Reference in New Issue