summaryrefslogtreecommitdiff
path: root/glx/glxserver.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-12-02 21:14:46 -0800
committerIan Romanick <ian.d.romanick@intel.com>2012-05-23 13:07:51 -0700
commit62f06b0dcde13cb87bc3d0c5ff86d8db7e3ff0ef (patch)
tree740ce58632fb1138befc9ae652572eeec9f96571 /glx/glxserver.h
parent724176a87afdb9a79ce6307214bc2e869530aef3 (diff)
glx: Don't track GLClientmajorVersion or GLClientminorVersion
Nothing uses these fields anywhere in the server. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Reviewed-by: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
Diffstat (limited to 'glx/glxserver.h')
-rw-r--r--glx/glxserver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/glx/glxserver.h b/glx/glxserver.h
index 707684842..87c94d9ec 100644
--- a/glx/glxserver.h
+++ b/glx/glxserver.h
@@ -145,8 +145,6 @@ struct __GLXclientStateRec {
/* Back pointer to X client record */
ClientPtr client;
- int GLClientmajorVersion;
- int GLClientminorVersion;
char *GLClientextensions;
};