From 9616e4ad1c055d8ff9ab671914f97e402d0aa4b0 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 14 Aug 2009 13:41:57 +0100 Subject: st/dri: remove unused dummyContext value --- src/gallium/state_trackers/dri/dri_screen.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gallium/state_trackers/dri/dri_screen.h') 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; -- cgit v1.1