diff options
-rw-r--r-- | src/fontfile/ffcheck.c | 2 | ||||
-rw-r--r-- | src/fontfile/register.c | 2 |
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 { |