mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 11:21:32 +00:00
Remove unused code
This commit is contained in:
parent
81879db2db
commit
ee581ebdf4
1 changed files with 0 additions and 2 deletions
|
|
@ -204,7 +204,6 @@ class Window:
|
|||
if code == 4:
|
||||
for c, val in parse_color_set(value):
|
||||
cp.set_color(c, val)
|
||||
cp.dirty = True
|
||||
self.refresh()
|
||||
elif code == 104:
|
||||
if not value.strip():
|
||||
|
|
@ -217,7 +216,6 @@ class Window:
|
|||
continue
|
||||
if 0 <= c <= 255:
|
||||
cp.reset_color(c)
|
||||
cp.dirty = True
|
||||
self.refresh()
|
||||
|
||||
def request_capabilities(self, q):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue