diff options
author | Adam Jackson <ajax@redhat.com> | 2016-04-13 16:06:50 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-01-25 14:22:06 -0500 |
commit | d55284e8638ede15be851aa8a19a98dbbff0ce20 (patch) | |
tree | b8f2685873606429021146e78bc2b97697c7b7e6 /hw | |
parent | d7879c46724a36bfd9a3a08e49903d001ffbf93e (diff) |
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>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/common/xf86Configure.c | 3 |
1 files changed, 1 insertions, 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); |