summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-04-22 20:49:49 +0000
committerAdam Jackson <ajax@nwnk.net>2005-04-22 20:49:49 +0000
commit73c3c1850bc5ba1b0d42b2a9d4f3f5593bfbfd02 (patch)
treed05fd7fdd9e36505b9bbf7e59e4677f960fe1bb6
parentdd695cb666d6912f615b264eaabbad63592588c1 (diff)
Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.sco_port_update-baseXORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4
-rw-r--r--src/fontfile/ffcheck.c2
-rw-r--r--src/fontfile/register.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/fontfile/ffcheck.c b/src/fontfile/ffcheck.c
index 5a6843b..d564f6c 100644
--- a/src/fontfile/ffcheck.c
+++ b/src/fontfile/ffcheck.c
@@ -121,7 +121,6 @@ FontFileCheckRegisterFpeFunctions (void)
#ifndef LOADABLEFONTS
BitmapRegisterFontFileFunctions ();
-#ifndef LOWMEMFTPT
#ifndef CRAY
#ifdef BUILD_SPEEDO
@@ -138,7 +137,6 @@ FontFileCheckRegisterFpeFunctions (void)
FreeTypeRegisterFontFileFunctions();
#endif
-#endif /* ifndef LOWMEMFTPT */
#else
diff --git a/src/fontfile/register.c b/src/fontfile/register.c
index 7c1c9d3..f168d53 100644
--- a/src/fontfile/register.c
+++ b/src/fontfile/register.c
@@ -47,7 +47,6 @@ FontFileRegisterFpeFunctions(void)
#ifndef LOADABLEFONTS
BitmapRegisterFontFileFunctions ();
-#ifndef LOWMEMFTPT
#ifndef CRAY
#ifdef BUILD_SPEEDO
@@ -64,7 +63,6 @@ FontFileRegisterFpeFunctions(void)
FreeTypeRegisterFontFileFunctions();
#endif
-#endif /* ifndef LOWMEMFTPT */
#else
{