chore: remove old and unused code

This commit is contained in:
2026-08-03 13:08:18 +02:00
parent 312b25fd39
commit 4fcc479779
17 changed files with 325 additions and 142 deletions

View File

@@ -103,6 +103,7 @@ func applyTheme(name string, custom ...CustomThemeConfig) error {
commentMarkdownRenderers.Clear()
commentMarkdownLines.clear()
renderedSuggestions.clear()
highlightedDiffs.clear()
return nil
}