mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 18:37:50 +00:00
Remove unused code
This commit is contained in:
parent
d027f524ce
commit
65fc61a507
1 changed files with 0 additions and 6 deletions
|
|
@ -685,12 +685,6 @@ def remote_control_password(val: str, current_val: Dict[str, str]) -> Iterable[T
|
|||
yield parts[0], frozenset(parts[1:])
|
||||
|
||||
|
||||
def allow_remote_control(x: str) -> str:
|
||||
if x != 'socket-only':
|
||||
x = 'y' if to_bool(x) else 'n'
|
||||
return x
|
||||
|
||||
|
||||
def clipboard_control(x: str) -> Tuple[str, ...]:
|
||||
return tuple(x.lower().split())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue