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
|
@ -328,7 +328,6 @@ rescaleValuatorAxis(double coord, AxisInfoPtr from, AxisInfoPtr to,
|
||||||
static void
|
static void
|
||||||
updateSlaveDeviceCoords(DeviceIntPtr master, DeviceIntPtr pDev)
|
updateSlaveDeviceCoords(DeviceIntPtr master, DeviceIntPtr pDev)
|
||||||
{
|
{
|
||||||
ScreenPtr scr = miPointerGetScreen(pDev);
|
|
||||||
int i;
|
int i;
|
||||||
DeviceIntPtr lastSlave;
|
DeviceIntPtr lastSlave;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue