mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 15:08:13 +02:00
Remove unreachable code
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user