From c092145a62f4b28170c26b53e613ec24f9774473 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Wed, 2 Dec 2020 21:41:50 +0100 Subject: [PATCH] removed unused empty function --- keymapper/dev/macros.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/keymapper/dev/macros.py b/keymapper/dev/macros.py index 4336b111..0b0fb426 100644 --- a/keymapper/dev/macros.py +++ b/keymapper/dev/macros.py @@ -80,10 +80,6 @@ class _Macro: if asyncio.iscoroutine(coroutine): await coroutine - def stop(self): - """Stop the macro.""" - # TODO - def modify(self, modifier, macro): """Do stuff while a modifier is activated.