diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-20 13:14:03 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-20 13:14:34 -0400 |
commit | 64ef7ed072007b1d0b4de5ff1e5eababa418c794 (patch) | |
tree | bd3ada99281bf66cbad0fbef8a35c11658f628da /dix/dispatch.c | |
parent | f1f44940f10b0209946ec0f08104a372d7d945a0 (diff) |
Centralize declaration of ConnectionInfo.
Diffstat (limited to 'dix/dispatch.c')
-rw-r--r-- | dix/dispatch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/dispatch.c b/dix/dispatch.c index 202d2d99d..8b7fe4bb0 100644 --- a/dix/dispatch.c +++ b/dix/dispatch.c @@ -160,7 +160,6 @@ typedef const char *string; #define GETBIT(buf, i) (MASKWORD(buf, i) & BITMASK(i)) extern xConnSetupPrefix connSetupPrefix; -extern char *ConnectionInfo; static ClientPtr grabClient; #define GrabNone 0 |