mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-14 07:15:31 +02:00
Remove deprecated get_master() method of PTY
This commit is contained in:
parent
b2f190d29a
commit
8d656d8c71
4 changed files with 1 additions and 17 deletions
|
@ -13,10 +13,6 @@ func resize(cols: int, rows: int):
|
|||
return _not_implemented()
|
||||
|
||||
|
||||
func get_master():
|
||||
return _not_implemented()
|
||||
|
||||
|
||||
func _not_implemented() -> int:
|
||||
var method := ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue