dix: remove "unused variable" compiler warning.
This commit is contained in:
parent
d9c38e84cc
commit
97552413d2
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue