summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@hinata.boston.redhat.com>2007-05-14 17:07:16 -0400
committerKristian Høgsberg <krh@redhat.com>2007-10-10 18:46:51 -0400
commit295dc2d225ccac1951c0fcc2c08119f31d1b575c (patch)
treea005f34b8e42b4a2f43b65dd7c8d8143b36b9856 /src/mesa/drivers/dri/common/dri_util.h
parent64106d0d9aeefa6974317042b6bc3e5eaabac5a2 (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.h11
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 f56f1fa96a..5ac2eea722 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.
*/