diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-04-22 20:49:50 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-04-22 20:49:50 +0000 |
commit | 2203407e26a173410b8a96368266f0e860381987 (patch) | |
tree | 299d673011038bf32a6f8dd15ba81a388a6ce059 | |
parent | 9971dd3529c07022231fd722cb593f6609dd9d70 (diff) |
Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_10
-rw-r--r-- | difs/initfonts.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/difs/initfonts.c b/difs/initfonts.c index e3a5283..f52c242 100644 --- a/difs/initfonts.c +++ b/difs/initfonts.c @@ -124,14 +124,6 @@ InitFonts(void) #ifdef FONT_PCF FontFileRegisterFpeFunctions(); -#ifdef LOWMEMFTPT - -#ifndef CRAY - SpeedoRegisterFontFileFunctions (); - Type1RegisterFontFileFunctions(); -#endif - -#endif /* ifdef LOWMEMFTPT */ #endif |