summaryrefslogtreecommitdiff
path: root/dix/globals.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2007-11-05 16:28:35 +0000
committerDaniel Stone <daniel@fooishbar.org>2007-11-05 16:28:35 +0000
commitdda10c9066a660b647384179f82e1da8e063264f (patch)
tree41997074f5d7636a49467e25ba5b844cac7af26e /dix/globals.c
parent5e363500c86042c394595e1a6633581eb8fcd1bb (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 'dix/globals.c')
-rw-r--r--dix/globals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/globals.c b/dix/globals.c
index f86c6026d..d76b604da 100644
--- a/dix/globals.c
+++ b/dix/globals.c
@@ -136,7 +136,6 @@ Bool screenSaverSuspended = FALSE;
char *defaultFontPath = COMPILEDDEFAULTFONTPATH;
char *defaultTextFont = COMPILEDDEFAULTFONT;
char *defaultCursorFont = COMPILEDCURSORFONT;
-char *rgbPath = RGB_DB;
char *defaultDisplayClass = COMPILEDDISPLAYCLASS;
FontPtr defaultFont; /* not declared in dix.h to avoid including font.h in
every compilation of dix code */