diff options
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 |