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

@@ -6,7 +6,6 @@ import (
"fmt"
"time"
"kitty/tools/tty"
"kitty/tools/tui/loop"
"kitty/tools/utils"
)
@@ -86,8 +85,6 @@ func (ms *MouseSelection) Update(ev *loop.MouseEvent, line LinePos) {
}
}
var DebugPrintln = tty.DebugPrintln
func (ms *MouseSelection) LineBounds(line_pos LinePos) (start_x, end_x int) {
if ms.IsEmpty() {
return -1, -1