From fd298ffbe9cb88328509d715ea5904b17be4ed3b Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 6 Dec 2023 13:15:36 -0500 Subject: [PATCH] Remove dead TODO. --- Machines/PCCompatible/CGA.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Machines/PCCompatible/CGA.hpp b/Machines/PCCompatible/CGA.hpp index cf7d820a3..a72028d5d 100644 --- a/Machines/PCCompatible/CGA.hpp +++ b/Machines/PCCompatible/CGA.hpp @@ -160,8 +160,6 @@ class CGA { new_state = OutputState::Pixels; } - // TODO: impose a colour burst, if enabled. - return new_state; }