main: remove unneeded code in signal handler
The handler is set up when the main code is already initialized.
This commit is contained in:
parent
32a82a38fd
commit
77bd0f83fe
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
@ -148,7 +148,6 @@ MAI_CleanupAndExit(void)
|
|||
static void
|
||||
signal_cleanup(int x)
|
||||
{
|
||||
if (!initialised) exit(0);
|
||||
SCH_QuitProgram();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue