diff options
author | Adam Jackson <ajax@redhat.com> | 2008-05-14 16:02:05 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-05-14 16:02:05 -0400 |
commit | 166177e36bfc7bd1df03663ad89500cff056d563 (patch) | |
tree | d0de802558c0358bffd5d684eb3205f0fc977f38 /include/globals.h | |
parent | 2efe1abb6fc786a4f86464978ae0d23fc7347a98 (diff) |
Simplify default font path setup.
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/globals.h b/include/globals.h index 9e5060d5f..6cceb0184 100644 --- a/include/globals.h +++ b/include/globals.h @@ -17,7 +17,6 @@ extern Bool screenSaverSuspended; extern char *defaultFontPath; extern int monitorResolution; -extern Bool loadableFonts; extern int defaultColorVisualClass; extern Bool Must_have_memory; |