mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
Remove unused code
This commit is contained in:
@@ -14,10 +14,6 @@ import (
|
||||
"kitty/tools/utils/images"
|
||||
)
|
||||
|
||||
type struct_with_data interface {
|
||||
SetData(data string)
|
||||
}
|
||||
|
||||
func set_payload_data(io_data *rc_io_data, data string) {
|
||||
set_payload_string_field(io_data, "Data", data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user