xfree86: remove now unused variable
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1888d7d3e3
commit
2bb3f0c871
|
@ -1074,9 +1074,6 @@ xf86InitValuatorDefaults(DeviceIntPtr dev, int axnum)
|
||||||
void
|
void
|
||||||
xf86DisableDevice(DeviceIntPtr dev, Bool panic)
|
xf86DisableDevice(DeviceIntPtr dev, Bool panic)
|
||||||
{
|
{
|
||||||
devicePresenceNotify ev;
|
|
||||||
DeviceIntRec dummyDev;
|
|
||||||
|
|
||||||
if(!panic)
|
if(!panic)
|
||||||
{
|
{
|
||||||
DisableDevice(dev, TRUE);
|
DisableDevice(dev, TRUE);
|
||||||
|
|
Loading…
Reference in New Issue