From 389e2656c0cf9d54b59e23aeb09a1cf0d72b6769 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Tue, 24 Feb 2009 17:39:46 -0800 Subject: [PATCH] Silence the harmless FreeFontPath error message. (cherry picked from commit 9113fa3de36e84bbae2727cace82b1cf0d709a86) --- dix/dixfonts.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dix/dixfonts.c b/dix/dixfonts.c index 3043ccd30..7f151b857 100644 --- a/dix/dixfonts.c +++ b/dix/dixfonts.c @@ -1635,9 +1635,6 @@ FreeFontPath(FontPathElementPtr *list, int n, Bool force) found++; } if (list[i]->refcount != found) { - /* ErrorF("FreeFontPath: FPE \"%.*s\" refcount is %d, should be %d; fixing.\n", - list[i]->name_length, list[i]->name, - list[i]->refcount, found); */ list[i]->refcount = found; /* ensure it will get freed */ } }