mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
Remove unused code
This commit is contained in:
@@ -685,12 +685,6 @@ def remote_control_password(val: str, current_val: Dict[str, str]) -> Iterable[T
|
|||||||
yield parts[0], frozenset(parts[1:])
|
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, ...]:
|
def clipboard_control(x: str) -> Tuple[str, ...]:
|
||||||
return tuple(x.lower().split())
|
return tuple(x.lower().split())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user