From ffb992d04ad4cf2b536c3a55b23ddded2765d2d2 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 28 Dec 2023 15:07:39 -0500 Subject: [PATCH] Erase done TODO. --- Machines/Apple/AppleII/AppleII.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Machines/Apple/AppleII/AppleII.cpp b/Machines/Apple/AppleII/AppleII.cpp index b3f915848..127200666 100644 --- a/Machines/Apple/AppleII/AppleII.cpp +++ b/Machines/Apple/AppleII/AppleII.cpp @@ -280,7 +280,6 @@ template class ConcreteMachine: } bool set_key_pressed(Key key, char value, bool is_pressed, bool is_repeat) final { - // TODO: unless a repeat key is pressed or this is a IIe. if constexpr (!is_iie()) { if(is_repeat && !repeat_is_pressed) return true; }