main: Remove unused nowait_main function

This commit is contained in:
Jookia 2022-08-08 23:49:10 +10:00
parent 1fe9e9e7a4
commit 1f934e3fa7
Signed by: Jookia
SSH key fingerprint: SHA256:/gEvgms/9HpbgpcH+K7O4GYXmqkP7siJx9zHeEWRZTg

View file

@ -22,11 +22,6 @@ def main():
return 0
def nowait_main():
code = main()
sys.exit(code)
def unexpected_exit():
input("Unexpected exit. Press any key to continue.")