Fix "warning: unused variable ‘pDev’, `pPointer'".

This commit is contained in:
Eamon Walsh 2008-06-13 21:35:29 -04:00 committed by Eamon Walsh
parent 60f64af075
commit 9d871e19c9

View File

@ -126,8 +126,10 @@ miPointerInitialize (ScreenPtr pScreen,
static Bool
miPointerCloseScreen (int index, ScreenPtr pScreen)
{
#if 0
miPointerPtr pPointer;
DeviceIntPtr pDev;
#endif
SetupScreen(pScreen);