mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 11:51:48 +00:00
Remove unused code
This commit is contained in:
parent
8d743e9511
commit
1aeafcaebf
1 changed files with 0 additions and 5 deletions
|
|
@ -40,11 +40,6 @@ Show all environment variables in output not just differing ones.
|
|||
return {'all_env_vars': opts.all_env_vars}
|
||||
|
||||
def response_from_kitty(self, boss: Boss, window: Optional[Window], payload_get: PayloadGetType) -> ResponseType:
|
||||
|
||||
def serialize_callback(w: Window, result: Dict[str, Any]) -> Dict[str, Any]:
|
||||
result['is_self'] = True
|
||||
return result
|
||||
|
||||
data = list(boss.list_os_windows(window))
|
||||
if not payload_get('all_env_vars'):
|
||||
all_env_blocks: List[Dict[str, str]] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue