diff options
author | Keith Packard <keithp@keithp.com> | 2006-04-27 07:54:07 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2006-04-27 07:54:07 +0000 |
commit | 529291bef436384a06db246fda30e08d5812de14 (patch) | |
tree | d51c7c47533be598e651e1e87a77e7d34930eb06 /src/fcinit.c | |
parent | c1c3ba06d5f5e00a1bfef4ef0dbf10f28fa86ce2 (diff) |
Eliminate pattern freezing
Diffstat (limited to 'src/fcinit.c')
-rw-r--r-- | src/fcinit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fcinit.c b/src/fcinit.c index 9ce79527..ac6dad79 100644 --- a/src/fcinit.c +++ b/src/fcinit.c @@ -209,9 +209,6 @@ static int FcMemNotice = 1*1024*1024; static int FcAllocNotify, FcFreeNotify; void -FcValueListReport (void); - -void FcMemReport (void) { int i; @@ -233,7 +230,6 @@ FcMemReport (void) FcAllocMem - FcFreeMem); FcAllocNotify = 0; FcFreeNotify = 0; - FcValueListReport (); } void |