mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 05:00:12 +01:00
Fix "warning: unused variable ‘pDev’, `pPointer'".
This commit is contained in:
parent
60f64af075
commit
9d871e19c9
1 changed files with 2 additions and 0 deletions
|
|
@ -126,8 +126,10 @@ miPointerInitialize (ScreenPtr pScreen,
|
|||
static Bool
|
||||
miPointerCloseScreen (int index, ScreenPtr pScreen)
|
||||
{
|
||||
#if 0
|
||||
miPointerPtr pPointer;
|
||||
DeviceIntPtr pDev;
|
||||
#endif
|
||||
|
||||
SetupScreen(pScreen);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue