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 /include | |
parent | 7fc9bc44e099f8f046bf707cb87ef7d736933f80 (diff) |
Remove remaining #ifdef DPSEXT stanzas.
Diffstat (limited to 'include')
-rw-r--r-- | include/globals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/globals.h b/include/globals.h index 924608e89..911d0c0b7 100644 --- a/include/globals.h +++ b/include/globals.h @@ -64,10 +64,6 @@ extern Bool noDamageExtension; extern Bool noDbeExtension; #endif -#ifdef DPSEXT -extern Bool noDPSExtension; -#endif - #ifdef DPMSExtension extern Bool noDPMSExtension; #endif |