diff options
author | Kristian Høgsberg <[email protected]> | 2007-11-06 13:32:04 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2007-11-06 13:32:33 -0500 |
commit | 001de0ac4e9ccd5c440dca4a2994deca668a2d9f (patch) | |
tree | 3bc08b2fd06a6047cf754a4ee5badc59358d57a2 /src/glx/x11/glxclient.h | |
parent | 866d271aa848d33dfded4989c48ba46108d6cceb (diff) |
Remove a couple of "deprecated" fields from __GLXcontextRec.
The __GLXcontextRec struct is internal to the libGL implementation. No point
in "deprecating", just get rid of it.
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r-- | src/glx/x11/glxclient.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index b464e505fc5..b5951bd62a1 100644 --- a/src/glx/x11/glxclient.h +++ b/src/glx/x11/glxclient.h @@ -233,15 +233,6 @@ struct __GLXcontextRec { XID share_xid; /** - * Visual id. - * - * \deprecated - * This filed has been largely been replaced by the \c mode field, but - * the work is not quite done. - */ - VisualID vid; - - /** * Screen number. */ GLint screen; @@ -367,18 +358,6 @@ struct __GLXcontextRec { */ XID hwContextID; #endif - - /** - * \c GLXFBConfigID used to create this context. May be \c None. This - * field has been replaced by the \c mode field. - * - * \since Internal API version 20030317. - * - * \deprecated - * This filed has been largely been replaced by the \c mode field, but - * the work is not quite done. - */ - GLXFBConfigID fbconfigID; /** * The current read-drawable for this context. Will be None if this |