Stop passing in unused fbconfigs to createNewScreen.

This commit is contained in:
Kristian Høgsberg
2007-05-14 17:07:16 -04:00
committed by Kristian Høgsberg
parent 64106d0d9a
commit 295dc2d225
4 changed files with 1 additions and 20 deletions

View File

@@ -458,17 +458,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.
*/