summaryrefslogtreecommitdiff
path: root/glx
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2012-10-31 10:05:24 -0400
committerAdam Jackson <ajax@redhat.com>2013-09-11 14:37:31 -0400
commitb9c489cf13e1ad35b7d9bea9de8d85e929374d17 (patch)
tree6cfb3f61db6bb53b75f444aab02b42d22710b5a2 /glx
parentf579cc85c29f52b575c62e6ae1e16eb87c506bd3 (diff)
glx: Remove unused bits from the context struct
Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glx')
-rw-r--r--glx/glxcontext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/glx/glxcontext.h b/glx/glxcontext.h
index 4764e56f5..3d08c9929 100644
--- a/glx/glxcontext.h
+++ b/glx/glxcontext.h
@@ -55,7 +55,6 @@ struct __GLXcontext {
/*
** list of context structs
*/
- __GLXcontext *last;
__GLXcontext *next;
/*