summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-10-16 14:21:06 -0400
committerAdam Jackson <ajax@nwnk.net>2019-10-30 16:17:04 +0000
commit56ea4c769c2d65df2de86009e8e499f39a8a3d4d (patch)
tree1f01e003611fc0b207230df8dcf01b10d67dc17d /include
parent4ebce1ed8b63decb0919146a034f0c80ac47c3cd (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/opaque.h2
-rw-r--r--include/site.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/opaque.h b/include/opaque.h
index cfe0a6547..043f1013d 100644
--- a/include/opaque.h
+++ b/include/opaque.h
@@ -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;
diff --git a/include/site.h b/include/site.h
index 21bc0e2a2..fd8c8ceff 100644
--- a/include/site.h
+++ b/include/site.h
@@ -51,8 +51,6 @@ SOFTWARE.
* The following constants contain default values for all of the variables
* that can be initialized on the server command line or in the environment.
*/
-#define COMPILEDDEFAULTFONT "fixed"
-#define COMPILEDCURSORFONT "cursor"
#ifndef COMPILEDDISPLAYCLASS
#define COMPILEDDISPLAYCLASS "MIT-unspecified"
#endif