Simplify default font path setup.

This commit is contained in:
Adam Jackson
2008-05-14 16:02:05 -04:00
parent 2efe1abb6f
commit 166177e36b
4 changed files with 2 additions and 12 deletions

View File

@@ -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;