summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-05 13:31:57 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-06 20:50:36 -0400
commit9ad39a265b093793a0d9f009018f99f3fde596bf (patch)
treec16fe56ad5cb89c828af82cba5f41a36bdebb589 /include
parentec0bcb3daf87368ff22be65f66c70dbb7ab48d32 (diff)
fontcache: remove unreachable code around FONTCACHE define
Unlike the xset app, xfs has never defined or included a header that defines FONTCACHE, even when compiled with libXfont 1.3.3 which uses fontcacheproto and defines FONTCACHE in its config.h. This will allow further simplification when generating config.cpp. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'include')
-rw-r--r--include/os.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/os.h b/include/os.h
index 0ac4c42..8f99186 100644
--- a/include/os.h
+++ b/include/os.h
@@ -73,10 +73,6 @@ extern int ListenPort;
extern Bool UseSyslog;
extern Bool CloneSelf;
extern char ErrorFile[];
-#ifdef FONTCACHE
-#include <X11/extensions/fontcacheP.h>
-extern FontCacheSettings cacheSettings;
-#endif
struct _osComm; /* FIXME: osCommPtr */