diff options
author | Kristian Høgsberg <[email protected]> | 2011-10-28 15:01:20 -0400 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2011-11-02 11:15:57 -0400 |
commit | 759cbb751b29b1c6608593841c56e0ad08eb33b0 (patch) | |
tree | be008d464ec9dcf5d34f6c9185eb214d5346e0ef /src/mesa/drivers/dri/common/dri_util.h | |
parent | 8e898e83c6934fc9c62730ad82fbf6f9d9180577 (diff) |
dri: Remove driSwapControlExtension
DRI1-only as well.
Diffstat (limited to 'src/mesa/drivers/dri/common/dri_util.h')
-rw-r--r-- | src/mesa/drivers/dri/common/dri_util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/common/dri_util.h b/src/mesa/drivers/dri/common/dri_util.h index 292cbef9969..c1e6712feef 100644 --- a/src/mesa/drivers/dri/common/dri_util.h +++ b/src/mesa/drivers/dri/common/dri_util.h @@ -65,7 +65,6 @@ typedef struct __DRIswapInfoRec __DRIswapInfo; */ extern const __DRIcoreExtension driCoreExtension; extern const __DRIdri2Extension driDRI2Extension; -extern const __DRIswapControlExtension driSwapControlExtension; extern const __DRImediaStreamCounterExtension driMediaStreamCounterExtension; extern const __DRI2configQueryExtension dri2ConfigQueryExtension; |