mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
dix: fix compiler warning "unused variable 'scr'"
getevents.c: In function 'updateSlaveDeviceCoords': getevents.c:326:15: warning: unused variable 'scr' [-Wunused-variable] Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
14e3ea730e
commit
9c3bd3ae65
1 changed files with 0 additions and 1 deletions
|
|
@ -328,7 +328,6 @@ rescaleValuatorAxis(double coord, AxisInfoPtr from, AxisInfoPtr to,
|
|||
static void
|
||||
updateSlaveDeviceCoords(DeviceIntPtr master, DeviceIntPtr pDev)
|
||||
{
|
||||
ScreenPtr scr = miPointerGetScreen(pDev);
|
||||
int i;
|
||||
DeviceIntPtr lastSlave;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue