mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-02 15:40:19 +00:00
removed unused empty function
This commit is contained in:
parent
59e893fe7e
commit
2df1bcc525
@ -80,10 +80,6 @@ class _Macro:
|
|||||||
if asyncio.iscoroutine(coroutine):
|
if asyncio.iscoroutine(coroutine):
|
||||||
await coroutine
|
await coroutine
|
||||||
|
|
||||||
def stop(self):
|
|
||||||
"""Stop the macro."""
|
|
||||||
# TODO
|
|
||||||
|
|
||||||
def modify(self, modifier, macro):
|
def modify(self, modifier, macro):
|
||||||
"""Do stuff while a modifier is activated.
|
"""Do stuff while a modifier is activated.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user