diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0407c2f40..06edef707 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 -------- diff --git a/editor/med.c b/editor/med.c index 853be01f3..b754f4348 100644 --- a/editor/med.c +++ b/editor/med.c @@ -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();