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

@@ -7,7 +7,6 @@ import (
"strconv"
"strings"
"kitty/tools/tty"
"kitty/tools/utils"
)
@@ -112,8 +111,6 @@ func pixel_to_cell(px, length, cell_length int) int {
return px / cell_length
}
var DebugPrintln = tty.DebugPrintln
func decode_sgr_mouse(text string, screen_size ScreenSize) *MouseEvent {
last_letter := text[len(text)-1]
text = text[:len(text)-1]