dix: remove "unused variable" compiler warning.
This commit is contained in:
parent
d9c38e84cc
commit
97552413d2
|
@ -367,7 +367,6 @@ CreateRootWindow(ScreenPtr pScreen)
|
|||
WindowPtr pWin;
|
||||
BoxRec box;
|
||||
PixmapFormatRec *format;
|
||||
FocusSemaphoresPtr sem;
|
||||
|
||||
pWin = (WindowPtr)xalloc(sizeof(WindowRec));
|
||||
if (!pWin)
|
||||
|
|
Loading…
Reference in New Issue