diff options
author | Mike Fulbright <msf@redhat.com> | 2001-03-05 21:38:27 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-03-05 21:38:27 +0000 |
commit | 009ab0bdad94e690ef0743fabc586117814377d4 (patch) | |
tree | 649da8a8a0fcea3020f3ebd4345fe0d7ac1b33ec /xf86config.py | |
parent | 4b3ecc26f5e310fc7b13f6b7c9911b565068a79a (diff) | |
download | anaconda-009ab0bdad94e690ef0743fabc586117814377d4.tar.gz anaconda-009ab0bdad94e690ef0743fabc586117814377d4.tar.xz anaconda-009ab0bdad94e690ef0743fabc586117814377d4.zip |
removed hack needed for 7.0J
Diffstat (limited to 'xf86config.py')
-rw-r--r-- | xf86config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py index 39070603e..e88850a03 100644 --- a/xf86config.py +++ b/xf86config.py @@ -636,7 +636,6 @@ class XF86Config: # By default, Red Hat 6.0 and later now use a font server independent of # the X server to render fonts. - FontPath "/usr/X11R6/lib/X11/fonts/TrueType" FontPath "unix/:7100" """ |