diff options
author | Kristian Høgsberg <[email protected]> | 2010-07-19 22:40:22 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2010-07-19 22:45:51 -0400 |
commit | a7292f2920a28a190ca39ce530454a852ec36d59 (patch) | |
tree | 9cb4408b74319169602e4e151aa1eec55d26aaf4 /src/glx/glxclient.h | |
parent | bab13969d8bf3ff9259524c3f4ab96d81485ccef (diff) |
glx: Move DRI CopySubBuffer extension to DRI1 code
We do this in the X server for DRI2.
Diffstat (limited to 'src/glx/glxclient.h')
-rw-r--r-- | src/glx/glxclient.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glx/glxclient.h b/src/glx/glxclient.h index c6c02aee1ea..31d2beb5d42 100644 --- a/src/glx/glxclient.h +++ b/src/glx/glxclient.h @@ -533,11 +533,6 @@ struct __GLXscreenConfigsRec int scr; __GLXDRIscreen *driScreen; - -#ifdef __DRI_COPY_SUB_BUFFER - const __DRIcopySubBufferExtension *driCopySubBuffer; -#endif - #endif /** |