xfree86: Remove a stray reference to font modules

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2016-04-13 16:06:50 -04:00
parent d7879c4672
commit d55284e863

View File

@ -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);