summaryrefslogtreecommitdiff
path: root/dix/globals.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-05-14 16:07:51 -0400
committerAdam Jackson <ajax@redhat.com>2008-05-14 16:07:51 -0400
commit07f69023b0e75d98a4be8f0d1c3dd9391b8149a0 (patch)
treecc01e1eb2d0a266c47c31d8c19d96e48c60ca6f7 /dix/globals.c
parent166177e36bfc7bd1df03663ad89500cff056d563 (diff)
Move defaultDisplayClass to xdmcp-only visibility.
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 2eca277bd..210c7849c 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 *defaultDisplayClass = COMPILEDDISPLAYCLASS;
FontPtr defaultFont; /* not declared in dix.h to avoid including font.h in
every compilation of dix code */
CursorPtr rootCursor;