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 @@ def __init__(self, tab, child, opts, args, override_title=None, copy_colors_from
|
|||
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…
Reference in a new issue