summaryrefslogtreecommitdiff
path: root/dix/globals.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-05-14 16:02:05 -0400
committerAdam Jackson <ajax@redhat.com>2008-05-14 16:02:05 -0400
commit166177e36bfc7bd1df03663ad89500cff056d563 (patch)
treed0de802558c0358bffd5d684eb3205f0fc977f38 /dix/globals.c
parent2efe1abb6fc786a4f86464978ae0d23fc7347a98 (diff)
Simplify default font path setup.
Diffstat (limited to 'dix/globals.c')
-rw-r--r--dix/globals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/globals.c b/dix/globals.c
index 3f12916e0..2eca277bd 100644
--- a/dix/globals.c
+++ b/dix/globals.c
@@ -139,7 +139,6 @@ char *defaultCursorFont = COMPILEDCURSORFONT;
char *defaultDisplayClass = COMPILEDDISPLAYCLASS;
FontPtr defaultFont; /* not declared in dix.h to avoid including font.h in
every compilation of dix code */
-Bool loadableFonts = FALSE;
CursorPtr rootCursor;
Bool blackRoot=FALSE;
Bool whiteRoot=FALSE;