diff options
author | Adam Jackson <ajax@redhat.com> | 2012-10-31 10:05:24 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2013-09-11 14:37:31 -0400 |
commit | b9c489cf13e1ad35b7d9bea9de8d85e929374d17 (patch) | |
tree | 6cfb3f61db6bb53b75f444aab02b42d22710b5a2 /glx/glxcontext.h | |
parent | f579cc85c29f52b575c62e6ae1e16eb87c506bd3 (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/glxcontext.h')
-rw-r--r-- | glx/glxcontext.h | 1 |
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; /* |