diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 11:13:05 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-04-25 14:29:46 +0930 |
commit | 97552413d213337e4bff8c89b06d58a09d722b05 (patch) | |
tree | a5de891bf8eb5ebcf28fabbcb4784ce39f2670cf /dix/window.c | |
parent | d9c38e84cc492b931a2238757d438f562946e5bc (diff) |
dix: remove "unused variable" compiler warning.
Diffstat (limited to 'dix/window.c')
-rw-r--r-- | dix/window.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/window.c b/dix/window.c index 33e9752b6..08d738e28 100644 --- a/dix/window.c +++ b/dix/window.c @@ -367,7 +367,6 @@ CreateRootWindow(ScreenPtr pScreen) WindowPtr pWin; BoxRec box; PixmapFormatRec *format; - FocusSemaphoresPtr sem; pWin = (WindowPtr)xalloc(sizeof(WindowRec)); if (!pWin) |