From 9b6a70916a47bebcd940fc67cb7bf947ea7a2e7a Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Sun, 30 Oct 2022 21:50:24 +0600 Subject: [PATCH] Fix warning --- src/device/mouse_ps2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/device/mouse_ps2.c b/src/device/mouse_ps2.c index 083517de2..39390db02 100644 --- a/src/device/mouse_ps2.c +++ b/src/device/mouse_ps2.c @@ -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);