Remove NOFONTSERVERACCESS macro

dix: this is semantically different but it goes through the same path in
the code.
(cherry picked from commit f3b29efc4d)
This commit is contained in:
Tiago Vignatti 2008-06-24 23:07:49 -03:00 committed by Jeremy Huddleston
parent 159e6a1b20
commit 6c78f1b736
3 changed files with 0 additions and 6 deletions

View File

@ -1001,7 +1001,6 @@ fi
if test "x$BUILTIN_FONTS" = xyes; then
AC_DEFINE(BUILTIN_FONTS, 1, [Use only built-in fonts])
AC_DEFINE(NOFONTSERVERACCESS, 1, [Avoid using a font server])
FONTPATH="built-ins"
fi

View File

@ -1920,8 +1920,6 @@ InitFonts (void)
BuiltinRegisterFpeFunctions();
#else
FontFileRegisterFpeFunctions();
#endif
#ifndef NOFONTSERVERACCESS
fs_register_fpe_functions();
#endif
}

View File

@ -484,9 +484,6 @@
/* Use only built-in fonts */
#undef BUILTIN_FONTS
/* Avoid using font servers */
#undef NOFONTSERVERACCESS
/* Use an empty root cursor */
#undef NULL_ROOT_CURSOR