mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-03 06:12:43 +00:00
Remove unreachable code
This commit is contained in:
parent
c52a04c7d3
commit
e10a7579e8
1 changed files with 0 additions and 3 deletions
|
|
@ -806,9 +806,6 @@ class Window:
|
|||
if 'write-clipboard' in cc:
|
||||
write('c', set_clipboard_string)
|
||||
if 'p' in where:
|
||||
if cc == 'clipboard':
|
||||
if 'write-clipboard' in cc:
|
||||
write('c', set_clipboard_string)
|
||||
if 'write-primary' in cc:
|
||||
write('p', set_primary_selection)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue