From d55284e8638ede15be851aa8a19a98dbbff0ce20 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 13 Apr 2016 16:06:50 -0400 Subject: [PATCH] xfree86: Remove a stray reference to font modules Reviewed-by: Eric Anholt Reviewed-by: Julien Cristau Signed-off-by: Adam Jackson --- hw/xfree86/common/xf86Configure.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c index 8c8e49ef9..0d7a1270c 100644 --- a/hw/xfree86/common/xf86Configure.c +++ b/hw/xfree86/common/xf86Configure.c @@ -399,10 +399,9 @@ configureModuleSection(void) { const char **elist, **el; - /* Find the list of extension & font modules. */ + /* Find the list of extension modules. */ const char *esubdirs[] = { "extensions", - "fonts", NULL }; parsePrologue(XF86ConfModulePtr, XF86ConfModuleRec);