summaryrefslogtreecommitdiff
path: root/src/glx/glxclient.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-07-19 15:35:48 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-07-19 22:45:50 -0400
commit9e546ecfd446abf1236cdb0b9469157de5d084ce (patch)
treee761f336d56d24d0f159d3162ecc80662614ce3f /src/glx/glxclient.h
parentcb2a66fd0c095fe03be5aaf88c8d48f5867425d3 (diff)
glx: Move DRI2 extensions to DRI2 screen private
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r--src/glx/glxclient.h12
1 files changed, 0 insertions, 12 deletions
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
/**