diff options
author | Kristian Høgsberg <[email protected]> | 2007-05-14 17:07:16 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2007-10-10 18:46:51 -0400 |
commit | 295dc2d225ccac1951c0fcc2c08119f31d1b575c (patch) | |
tree | a005f34b8e42b4a2f43b65dd7c8d8143b36b9856 /src/mesa/drivers/dri/common/dri_util.h | |
parent | 64106d0d9aeefa6974317042b6bc3e5eaabac5a2 (diff) |
Stop passing in unused fbconfigs to createNewScreen.
Diffstat (limited to 'src/mesa/drivers/dri/common/dri_util.h')
-rw-r--r-- | src/mesa/drivers/dri/common/dri_util.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h index f56f1fa96ac..5ac2eea7221 100644 --- a/src/mesa/drivers/dri/common/dri_util.h +++ b/src/mesa/drivers/dri/common/dri_util.h @@ -459,17 +459,6 @@ struct __DRIscreenPrivateRec { void *private; /** - * GLX visuals / FBConfigs for this screen. These are stored as a - * linked list. - * - * \note - * This field is \b only used in conjunction with the old interfaces. If - * the new interfaces are used, this field will be set to \c NULL and will - * not be dereferenced. - */ - __GLcontextModes *modes; - - /** * Pointer back to the \c __DRIscreen that contains this structure. */ |