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/dri_common.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/dri_common.h')
-rw-r--r-- | src/glx/dri_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h index 509ddab8edd..44104969e24 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -58,7 +58,4 @@ extern void ErrorMessageF(const char *f, ...); extern void *driOpenDriver(const char *driverName); -extern void driBindCommonExtensions(__GLXscreenConfigs * psc, - const __DRIextension **extensions); - #endif /* _DRI_COMMON_H */ |