diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-12-19 18:10:50 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-12-19 18:11:32 +1030 |
commit | 66b00029e587cec628d0041179a301e888277f8e (patch) | |
tree | 680fce7cdb1f05d7630edbb953012123b4a6bafd /Xext/dpmsstubs.c | |
parent | bcad2a5a24f30cfdf9eca31915ed5a55ed094285 (diff) |
Xext: remove redefinition of Bool.
Thanks to Simon Thum.
Diffstat (limited to 'Xext/dpmsstubs.c')
-rw-r--r-- | Xext/dpmsstubs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xext/dpmsstubs.c b/Xext/dpmsstubs.c index fad07bde6..0f59d5160 100644 --- a/Xext/dpmsstubs.c +++ b/Xext/dpmsstubs.c @@ -26,8 +26,6 @@ Equipment Corporation. ******************************************************************/ -typedef int Bool; - #ifdef HAVE_DIX_CONFIG_H #include <dix-config.h> #endif |