diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-01-08 23:43:54 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-01-08 23:43:54 +0000 |
commit | 53dbd00a75313ec5301ca95b2e91d5d02bdaf820 (patch) | |
tree | 0b7debac914b4ed565d9e6f84d7d53f0c5229e55 /os/utils.c | |
parent | 7fc9bc44e099f8f046bf707cb87ef7d736933f80 (diff) |
Remove remaining #ifdef DPSEXT stanzas.
Diffstat (limited to 'os/utils.c')
-rw-r--r-- | os/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/utils.c b/os/utils.c index 4c794c2c9..c58b6159d 100644 --- a/os/utils.c +++ b/os/utils.c @@ -146,9 +146,6 @@ Bool noDamageExtension = FALSE; #ifdef DBE Bool noDbeExtension = FALSE; #endif -#ifdef DPSEXT -Bool noDPSExtension = FALSE; -#endif #ifdef DPMSExtension Bool noDPMSExtension = FALSE; #endif |