Deleted unnecessary drop-to-shell feature; commented out unused ReadLispMacro - patches by Kp

This commit is contained in:
zicodxx 2013-01-03 16:15:21 +01:00
parent 8d35d2219c
commit 0f6d97bb65
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@ D1X-Rebirth Changelog
20130103
--------
main/net_udp.c: Centralized UDP Broadcast function for IPv4 and IPv6 calls - patch by Kp
editor/med.c: Deleted unnecessary drop-to-shell feature; commented out unused ReadLispMacro - patches by Kp
20121102
--------

View file

@ -300,6 +300,7 @@ int GotoMainMenu()
}
#if 0
void ReadLispMacro( FILE * file, char * buffer )
{
// char c;
@ -324,6 +325,7 @@ void ReadLispMacro( FILE * file, char * buffer )
return;
}
#endif
static int (*KeyFunction[2048])();
@ -707,8 +709,6 @@ int DosShell()
key_close();
#ifdef __MSDOS__
ok = spawnl(P_WAIT,getenv("COMSPEC"), NULL );
#elif defined(__linux__)
system("");
#endif
key_init();