summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-10-16 13:52:54 -0400
committerAdam Jackson <ajax@nwnk.net>2019-10-30 16:17:04 +0000
commite21371984def00b0e0b5cfc976bfd1756a2905d4 (patch)
tree7ea23a2a2d48a39f321d7b7c0adb139cf09a2155 /include
parentf58fee67b1730798a57629da2f496c9fa594d143 (diff)
include: Remove unused default value for COMPILEDDEFAULTFONTPATH
Again, we're setting this at configure time now.
Diffstat (limited to 'include')
-rw-r--r--include/site.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/site.h b/include/site.h
index bd88da934..2d997cb1b 100644
--- a/include/site.h
+++ b/include/site.h
@@ -48,18 +48,6 @@ SOFTWARE.
#define SITE_H
/*
- * The following constants are provided solely as a last line of defense. The
- * normal build ALWAYS overrides them using a special rule given in
- * server/dix/Imakefile. If you want to change either of these constants,
- * you should set the DefaultFontPath or DefaultRGBDatabase configuration
- * parameters.
- * DO NOT CHANGE THESE VALUES OR THE DIX IMAKEFILE!
- */
-#ifndef COMPILEDDEFAULTFONTPATH
-#define COMPILEDDEFAULTFONTPATH "/usr/share/fonts/X11/misc/"
-#endif
-
-/*
* The following constants contain default values for all of the variables
* that can be initialized on the server command line or in the environment.
*/