Fix warning

This commit is contained in:
Cacodemon345
2022-10-30 21:50:24 +06:00
committed by GitHub
parent 1fe9ca2d58
commit 9b6a70916a

View File

@@ -265,7 +265,6 @@ static int
ps2_poll(int x, int y, int z, int b, void *priv)
{
mouse_t *dev = (mouse_t *) priv;
uint8_t buff[3] = { 0x08, 0x00, 0x00 };
if (!x && !y && !z && (b == dev->b))
return (0xff);