mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +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;
|
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)
|
int32_t registerosdcommands(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue