diff options
Diffstat (limited to 'xorg-server/hw/dmx/glxProxy/glxserver.h')
-rw-r--r-- | xorg-server/hw/dmx/glxProxy/glxserver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xorg-server/hw/dmx/glxProxy/glxserver.h b/xorg-server/hw/dmx/glxProxy/glxserver.h index ad9496619..754ad30a0 100644 --- a/xorg-server/hw/dmx/glxProxy/glxserver.h +++ b/xorg-server/hw/dmx/glxProxy/glxserver.h @@ -119,8 +119,6 @@ struct __GLXclientStateRec { /* Back pointer to X client record */ ClientPtr client; - int GLClientmajorVersion; - int GLClientminorVersion; char *GLClientextensions; GLXContextTag *be_currentCTag; |