summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/dri_util.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-03-30 14:38:52 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-03-30 16:48:51 -0400
commit42510765907014aabdee39a38ffe0283f7e32654 (patch)
tree939449bfc8bb1aa49dc4dfb6ed3b9658b44ffe30 /src/mesa/drivers/dri/common/dri_util.h
parent221bc02d29b92cf81a2fee62e3685bc4ae20ea14 (diff)
dri: Drop the unused dummyContext
Diffstat (limited to 'src/mesa/drivers/dri/common/dri_util.h')
-rw-r--r--src/mesa/drivers/dri/common/dri_util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h
index dae8f9eae3..398040a1e7 100644
--- a/src/mesa/drivers/dri/common/dri_util.h
+++ b/src/mesa/drivers/dri/common/dri_util.h
@@ -506,18 +506,6 @@ struct __DRIscreenRec {
/*@}*/
/**
- * Dummy context to which drawables are bound when not bound to any
- * other context.
- *
- * A dummy hHWContext is created for this context, and is used by the GL
- * core when a hardware lock is required but the drawable is not currently
- * bound (e.g., potentially during a SwapBuffers request). The dummy
- * context is created when the first "real" context is created on this
- * screen.
- */
- __DRIcontext dummyContextPriv;
-
- /**
* Device-dependent private information (not stored in the SAREA).
*
* This pointer is never touched by the DRI layer.