diff options
author | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:14:40 +0100 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-10-26 11:44:10 +0100 |
commit | add946daed531e29935593fb2e7ee70286185baf (patch) | |
tree | 33ed16a9800979f0ea8a64e35af1d7c43570fa94 /dix | |
parent | f2bda61c03f64133ef68dd1557b26ae7dc5beb0e (diff) |
Nuke unused variables
Diffstat (limited to 'dix')
-rw-r--r-- | dix/main.c | 1 | ||||
-rw-r--r-- | dix/window.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/dix/main.c b/dix/main.c index 9a6f2d680..7bd91e0c2 100644 --- a/dix/main.c +++ b/dix/main.c @@ -240,7 +240,6 @@ int main(int argc, char *argv[], char *envp[]) #endif { int i; - char *xauthfile; HWEventQueueType alwaysCheckForInput[2]; display = "0"; diff --git a/dix/window.c b/dix/window.c index e9aad52af..1a28d27c6 100644 --- a/dix/window.c +++ b/dix/window.c @@ -1014,7 +1014,7 @@ ChangeWindowAttributes(WindowPtr pWin, Mask vmask, XID *vlist, ClientPtr client) Pixmap pixID; CursorPtr pCursor, pOldCursor; Cursor cursorID; - WindowPtr pChild, pLayerWin; + WindowPtr pChild; Colormap cmap; ColormapPtr pCmap; xEvent xE; |