diff options
author | Adam Jackson <ajax@redhat.com> | 2016-03-23 15:13:51 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-03-30 11:13:57 -0400 |
commit | 23cce73221c0b96e7778da34616f8c3f4d6aa819 (patch) | |
tree | 3ec43f349b5488adbd48e8cc549c6aa793e887d0 /hw/xquartz | |
parent | 36bcbf76dcc7e88cac093f8fb656c525bfeaf65d (diff) |
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>
Diffstat (limited to 'hw/xquartz')
-rw-r--r-- | hw/xquartz/GL/indirect.c | 3 |
1 files changed, 0 insertions, 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 { |