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