changeset 32147:d02cedf3bf1c

Remove unnecessary extern declarations from aalib check; fixes the warnings: tmp.c:2: warning: redundant redeclaration of 'aa_defparams' tmp.c:3: warning: redundant redeclaration of 'aa_defrenderparams'
author diego
date Tue, 14 Sep 2010 09:48:18 +0000
parents d3fbd2b2892c
children 9e345136c335
files configure
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Sep 14 09:47:08 2010 +0000
+++ b/configure	Tue Sep 14 09:48:18 2010 +0000
@@ -4847,8 +4847,6 @@
 if test "$_aa" = auto ; then
   cat > $TMPC << EOF
 #include <aalib.h>
-extern struct aa_hardware_params aa_defparams;
-extern struct aa_renderparams aa_defrenderparams;
 int main(void) {
 aa_context *c;
 aa_renderparams *p;