diff --git a/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp b/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp index b62628944f..0523944f63 100644 --- a/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp +++ b/Source/Core/DolphinQt/Debugger/GekkoSyntaxHighlight.cpp @@ -221,17 +221,9 @@ void GekkoSyntaxHighlight::HighlightSubstr(int start, int len, HighlightFormat f hl_format.setForeground(IMM_COLOR[m_theme_idx]); break; case HighlightFormat::GPR: - hl_format.setForeground(BUILTIN_COLOR[m_theme_idx]); - break; case HighlightFormat::FPR: - hl_format.setForeground(BUILTIN_COLOR[m_theme_idx]); - break; case HighlightFormat::SPR: - hl_format.setForeground(BUILTIN_COLOR[m_theme_idx]); - break; case HighlightFormat::CRField: - hl_format.setForeground(BUILTIN_COLOR[m_theme_idx]); - break; case HighlightFormat::CRFlag: hl_format.setForeground(BUILTIN_COLOR[m_theme_idx]); break;