removed unused empty function

xkb
sezanzeb 4 years ago committed by sezanzeb
parent 59e893fe7e
commit 2df1bcc525

@ -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.

Loading…
Cancel
Save