Remove deprecated get_master() method of PTY

This commit is contained in:
Leroy Hopson 2022-08-26 12:35:13 +12:00
parent b2f190d29a
commit 8d656d8c71
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
4 changed files with 1 additions and 17 deletions

View file

@ -166,12 +166,6 @@ func open(cols: int = DEFAULT_COLS, rows: int = DEFAULT_ROWS) -> Array:
return PTYUnix.new().open(cols, rows)
func get_master():
if _pipe:
return _pipe
return null
func _exit_tree():
_exit_cb = null
if _pid > 1: