diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2009-02-07 00:45:32 +0100 |
---|---|---|
committer | Kristian Lyngstol <kristian@nihilus.(none)> | 2009-02-07 00:45:32 +0100 |
commit | 5cbe1760be5af544065af90e9c50dee169698a68 (patch) | |
tree | e43f3dc340b09296a00ef4e026a8ac7caf0cbf2c /src | |
parent | 27f8d39beb223c331ecd0027930e7675c7ff80ef (diff) |
Remove bogus XCB dependency
No technical reason to keep this
Diffstat (limited to 'src')
-rw-r--r-- | src/display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/display.c b/src/display.c index af00fa52..caf63d46 100644 --- a/src/display.c +++ b/src/display.c @@ -1827,8 +1827,6 @@ addDisplay (const char *name) return FALSE; } - d->connection = XGetXCBConnection (dpy); - if (!compInitDisplayOptionsFromMetadata (d, &coreMetadata, coreDisplayOptionInfo, |