From f3b29efc4d7bb346cdd3fd79e780f1022c8f46e8 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Tue, 24 Jun 2008 23:07:49 -0300 Subject: [PATCH] Remove NOFONTSERVERACCESS macro dix: this is semantically different but it goes through the same path in the code. --- configure.ac | 1 - dix/dixfonts.c | 2 -- include/dix-config.h.in | 3 --- 3 files changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 201bfe4c2..ab6cb1057 100644 --- a/configure.ac +++ b/configure.ac @@ -962,7 +962,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 diff --git a/dix/dixfonts.c b/dix/dixfonts.c index 83b264a29..89f15289a 100644 --- a/dix/dixfonts.c +++ b/dix/dixfonts.c @@ -1920,8 +1920,6 @@ InitFonts (void) BuiltinRegisterFpeFunctions(); #else FontFileRegisterFpeFunctions(); -#endif -#ifndef NOFONTSERVERACCESS fs_register_fpe_functions(); #endif } diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 0c515c561..ad74f773b 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -480,9 +480,6 @@ /* Use only built-in fonts */ #undef BUILTIN_FONTS -/* Avoid using font servers */ -#undef NOFONTSERVERACCESS - /* Use an empty root cursor */ #undef NULL_ROOT_CURSOR