Don't sleep(0.3) on shutdown.

This commit is contained in:
Adam Jackson
2007-12-03 11:59:12 -05:00
parent 0352a4db36
commit 76a2231f87

View File

@@ -1825,7 +1825,6 @@ MouseProc(DeviceIntPtr device, int what)
}
}
device->public.on = FALSE;
usleep(300000);
break;
}
return Success;