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 725c2cbaa7
commit 4f419215ee
3 changed files with 0 additions and 6 deletions

View File

@ -906,7 +906,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

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

View File

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