mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Remove unused code
This commit is contained in:
parent
3eff929652
commit
0f003a9a77
1 changed files with 0 additions and 1 deletions
|
|
@ -160,7 +160,6 @@ class Window:
|
|||
self.tabref = weakref.ref(tab)
|
||||
self.clipboard_control_buffers = {'p': '', 'c': ''}
|
||||
self.destroyed = False
|
||||
self.click_queue = deque(maxlen=3)
|
||||
self.geometry = WindowGeometry(0, 0, 0, 0, 0, 0)
|
||||
self.needs_layout = True
|
||||
self.is_visible_in_layout = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue