Clean some code up; force GC on every cycle

This commit is contained in:
Josh Klar
2019-07-12 16:38:50 -07:00
parent 2947f81489
commit 17094a2988
4 changed files with 72 additions and 90 deletions

View File

@@ -144,7 +144,6 @@ class InternalState:
return self.process_key(kc_changed, is_pressed, int_coord, (row, col))
def process_key(self, key, is_pressed, coord_int=None, coord_raw=None):
if self.tapping and not isinstance(key.meta, TapDanceKeyMeta):
self._process_tap_dance(key, is_pressed)
else: