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/window.c | |
parent | f2bda61c03f64133ef68dd1557b26ae7dc5beb0e (diff) |
Nuke unused variables
Diffstat (limited to 'dix/window.c')
-rw-r--r-- | dix/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |