mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-21 14:47:59 +00:00
Remove cdrom&cdaudio support code. (#339)
This is not used in Medley (the MISCN-TABLE-LIST doesn't include the required constants), nor does anything use or reference this code. It also won't compile as it needs some routines that are missing from our code.
This commit is contained in:
@@ -155,11 +155,6 @@ int OP_miscn(int misc_index, int arg_count) {
|
||||
break;
|
||||
#endif /* JLISP */
|
||||
|
||||
#ifdef CDROM
|
||||
case miscn_CDAUDIO: result = cdaudio(args); break;
|
||||
case miscn_CDROM: result = cdrom(args); break;
|
||||
#endif /* CDROM */
|
||||
|
||||
case /* miscn_CALL_C*/ 014:
|
||||
/* result = call_c_fn(args); */
|
||||
result = 0;
|
||||
|
||||
Reference in New Issue
Block a user