diff options
author | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-06-24 23:07:49 -0300 |
---|---|---|
committer | Tiago Vignatti <vignatti@c3sl.ufpr.br> | 2008-06-24 23:10:56 -0300 |
commit | f3b29efc4d7bb346cdd3fd79e780f1022c8f46e8 (patch) | |
tree | 6c77b5dbf0e4b2a78d0c7c050d39401b0fb5b155 /include | |
parent | 2ff7eb4995b663cf12a01124745de600f38d0bfc (diff) |
Remove NOFONTSERVERACCESS macro
dix: this is semantically different but it goes through the same path in
the code.
Diffstat (limited to 'include')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
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 |