summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri_screen.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-08-14 13:41:57 +0100
committerKeith Whitwell <keithw@vmware.com>2009-08-14 17:42:27 +0100
commit9616e4ad1c055d8ff9ab671914f97e402d0aa4b0 (patch)
tree0db434b291b0cb1241f029a685e202bc17c74cb5 /src/gallium/state_trackers/dri/dri_screen.h
parent442a5e434381987a426192e2b7d34847de50a0ed (diff)
downloadexternal_mesa3d-9616e4ad1c055d8ff9ab671914f97e402d0aa4b0.zip
external_mesa3d-9616e4ad1c055d8ff9ab671914f97e402d0aa4b0.tar.gz
external_mesa3d-9616e4ad1c055d8ff9ab671914f97e402d0aa4b0.tar.bz2
st/dri: remove unused dummyContext value
Diffstat (limited to 'src/gallium/state_trackers/dri/dri_screen.h')
-rw-r--r--src/gallium/state_trackers/dri/dri_screen.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/state_trackers/dri/dri_screen.h b/src/gallium/state_trackers/dri/dri_screen.h
index f3335bb..f6c56d0 100644
--- a/src/gallium/state_trackers/dri/dri_screen.h
+++ b/src/gallium/state_trackers/dri/dri_screen.h
@@ -49,12 +49,6 @@ struct dri_screen
*/
driOptionCache optionCache;
- /**
- * Temporary(?) context to use for SwapBuffers or other situations in
- * which we need a rendering context, but none is currently bound.
- */
- struct dri_context *dummyContext;
-
/* drm */
int fd;
drmLock *drmLock;