Remove NOFONTSERVERACCESS macro

dix: this is semantically different but it goes through the same path in
the code.
This commit is contained in:
Tiago Vignatti
2008-06-24 23:07:49 -03:00
parent 2ff7eb4995
commit f3b29efc4d
3 changed files with 0 additions and 6 deletions

View File

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