- removed all command related code from the OSD.

None of this was used anymore.
This commit is contained in:
Christoph Oelckers 2019-11-05 00:48:27 +01:00
parent e37cb782ca
commit ffa16b2a53
2 changed files with 10 additions and 539 deletions

View file

@ -1050,3 +1050,12 @@ int OSD_RegisterFunction(const char* pszName, const char* pszDesc, int (*func)(o
return 0;
}
CCMD (quit)
{
throw ExitEvent(0);
}
CCMD (exit)
{
throw ExitEvent(0);
}