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:
parent
d7879c4672
commit
d55284e863
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue