mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- removed merged code that doesn't work anymore.
This commit is contained in:
parent
8cbb313a96
commit
42f16a7b30
1 changed files with 0 additions and 8 deletions
|
@ -92,14 +92,6 @@ static int osdcmd_changelevel(osdcmdptr_t parm)
|
|||
return OSDCMD_OK;
|
||||
}
|
||||
|
||||
static inline int osdcmd_quit(osdcmdptr_t UNUSED(parm))
|
||||
{
|
||||
UNREFERENCED_CONST_PARAMETER(parm);
|
||||
OSD_ShowDisplay(0);
|
||||
ShutDown();
|
||||
return OSDCMD_OK;
|
||||
}
|
||||
|
||||
|
||||
int32_t registerosdcommands(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue