dix: Remove -fn and -fc options to set default text/cursor fonts

I strongly suspect these never get used in the wild, and it's not an
especially useful thing to do in any case.
This commit is contained in:
Adam Jackson
2019-10-16 14:21:06 -04:00
committed by Adam Jackson
parent 4ebce1ed8b
commit 56ea4c769c
7 changed files with 4 additions and 30 deletions

View File

@@ -33,8 +33,6 @@ from The Open Group.
#include "globals.h"
extern _X_EXPORT const char *defaultTextFont;
extern _X_EXPORT const char *defaultCursorFont;
extern _X_EXPORT int LimitClients;
extern _X_EXPORT volatile char isItTimeToYield;
extern _X_EXPORT volatile char dispatchException;