mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-21 07:55:10 +02:00
Remove unused code
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user