From e21371984def00b0e0b5cfc976bfd1756a2905d4 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 16 Oct 2019 13:52:54 -0400 Subject: [PATCH] include: Remove unused default value for COMPILEDDEFAULTFONTPATH Again, we're setting this at configure time now. --- include/site.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/site.h b/include/site.h index bd88da934..2d997cb1b 100644 --- a/include/site.h +++ b/include/site.h @@ -47,18 +47,6 @@ SOFTWARE. #ifndef SITE_H #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.