diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-08 10:11:17 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-06-08 10:11:17 -0700 |
commit | 40fb7eecaf14a76f35ac2dc350ad2fffdaf6e0d0 (patch) | |
tree | c95bb22e992b12ecb6a649d00a34ea107a7f770b /Xprint/Init.c | |
parent | 494895e0fbbf0a71bc535c0a2358c9db54c95c5a (diff) |
fix noDamageExtension warning in Xprint/Init.c
Also took out duplicate definition of this variable in mi/miinitext.c
Diffstat (limited to 'Xprint/Init.c')
-rw-r--r-- | Xprint/Init.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Xprint/Init.c b/Xprint/Init.c index 50fa4716c..1df8998eb 100644 --- a/Xprint/Init.c +++ b/Xprint/Init.c @@ -308,10 +308,7 @@ void PrinterInitGlobals(void) * https://bugs.freedesktop.org/show_bug.cgi?id=1660) ... * (you can enable the DAMAGE extension explicitly via * % X +extension DAMAGE ... #) ;-( */ - { - extern Bool noDamageExtension; - noDamageExtension = TRUE; - } + noDamageExtension = TRUE; #endif /* DAMAGE */ #ifdef SMART_SCHEDULE |