Remove unused code

This commit is contained in:
Kovid Goyal
2023-03-30 10:26:39 +05:30
parent 57ef0e29c0
commit 9919767aef
9 changed files with 0 additions and 27 deletions

View File

@@ -21,7 +21,6 @@ import (
"kitty/tools/cli"
"kitty/tools/config"
"kitty/tools/tty"
"kitty/tools/tui/loop"
"kitty/tools/tui/subseq"
"kitty/tools/utils"
@@ -34,7 +33,6 @@ import (
)
var _ = fmt.Print
var DebugPrintln = tty.DebugPrintln
var AllColorSettingNames = map[string]bool{ // {{{
// generated by gen-config.py do not edit