dix: remove "unused variable" compiler warning.

This commit is contained in:
Peter Hutterer 2008-04-25 11:13:05 +09:30
parent d9c38e84cc
commit 97552413d2

View File

@ -367,7 +367,6 @@ CreateRootWindow(ScreenPtr pScreen)
WindowPtr pWin; WindowPtr pWin;
BoxRec box; BoxRec box;
PixmapFormatRec *format; PixmapFormatRec *format;
FocusSemaphoresPtr sem;
pWin = (WindowPtr)xalloc(sizeof(WindowRec)); pWin = (WindowPtr)xalloc(sizeof(WindowRec));
if (!pWin) if (!pWin)