From 9e546ecfd446abf1236cdb0b9469157de5d084ce Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Mon, 19 Jul 2010 15:35:48 -0400 Subject: glx: Move DRI2 extensions to DRI2 screen private --- src/glx/glxclient.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/glx/glxclient.h') diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index 090d7ee607..22c9843713 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -553,18 +553,6 @@ struct __GLXscreenConfigsRec const __DRImediaStreamCounterExtension *msc; #endif -#ifdef __DRI_TEX_BUFFER - const __DRItexBufferExtension *texBuffer; -#endif - -#ifdef __DRI2_FLUSH - const __DRI2flushExtension *f; -#endif - -#ifdef __DRI2_CONFIG_QUERY - const __DRI2configQueryExtension *config; -#endif - #endif /** -- cgit v1.2.3