summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-09-23 02:33:55 +0000
committerPatrick Lam <plam@MIT.EDU>2005-09-23 02:33:55 +0000
commite3ff8a4ea66b3738a72558520f33eb5b8d44442e (patch)
treee3f64140e4a56fe0e89c49052516752781bfaa22
parentbef069e19e72af1f7983e40a7ca5045f7d006bdd (diff)
downloadfontconfig-e3ff8a4ea66b3738a72558520f33eb5b8d44442e.tar.gz
Remove debugging printf (oops).
-rw-r--r--src/fcpat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fcpat.c b/src/fcpat.c
index cfb6f45..5bb635f 100644
--- a/src/fcpat.c
+++ b/src/fcpat.c
@@ -1203,7 +1203,6 @@ FcPatternDuplicate (const FcPattern *orig)
int i;
FcValueListPtr l;
- printf("pattern duplicate %x\n", (int)orig); // XXX
new = FcPatternCreate ();
if (!new)
goto bail0;