From 821559b0918b9ca5197b2fb12194dddbdf973bb8 Mon Sep 17 00:00:00 2001 From: Jorj Bauer Date: Mon, 11 Jan 2021 19:26:56 -0500 Subject: [PATCH] remove incorrect placeholder from before interrupts were in place --- apple/mouse.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apple/mouse.cpp b/apple/mouse.cpp index 6516a7c..b0923cb 100644 --- a/apple/mouse.cpp +++ b/apple/mouse.cpp @@ -362,7 +362,6 @@ void Mouse::maintainMouse(int64_t cycleCount) lastButtonForInt = g_mouse->getButton(); } } - /* FIXME: still need button */ } bool Mouse::isEnabled()