diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-11-05 16:28:35 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2007-11-05 16:28:35 +0000 |
commit | dda10c9066a660b647384179f82e1da8e063264f (patch) | |
tree | 41997074f5d7636a49467e25ba5b844cac7af26e /include/globals.h | |
parent | 5e363500c86042c394595e1a6633581eb8fcd1bb (diff) |
Remove all traces of external RGB database (and Speedo)
Remove all references to an external RGB database (which hasn't been enabled
for a very long time). Also get rid of some references to Speedo fonts.
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 e23ce7798..b230dfc37 100644 --- a/include/globals.h +++ b/include/globals.h @@ -16,7 +16,6 @@ extern Bool screenSaverSuspended; #endif extern char *defaultFontPath; -extern char *rgbPath; extern int monitorResolution; extern Bool loadableFonts; extern int defaultColorVisualClass; |