Remove MacOS (Classic) code and all references (2/3)

Discovered this while manually removing `MACINTOSH` references. Feels
like this shouldn't actually be a fallthrough.
This commit is contained in:
Chris Sarbora 2024-04-26 15:22:55 -07:00
parent e6ba1906c9
commit d2c8b2861f
No known key found for this signature in database
GPG Key ID: C20505F0B2F2B4C2

View File

@ -1,5 +1,5 @@
/* /*
* Descent 3 * Descent 3
* Copyright (C) 2024 Parallax Software * Copyright (C) 2024 Parallax Software
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
@ -1867,21 +1867,7 @@ void ProcessTestKeys(int key) {
break; break;
case KEY_V: case KEY_V:
/* // TODO: should this actually be a fallthrough?
#ifndef MACINTOSH //DAJ what does this do??
if(Debug_print_block)
{
AddHUDMessage("No block debug info");
Debug_print_block = false;
}
else
{
AddHUDMessage("Block debug info on");
Debug_print_block = true;
}
break;
#endif
*/
case KEY_W: case KEY_W:
if (Weather.flags & WEATHER_FLAGS_LIGHTNING) { if (Weather.flags & WEATHER_FLAGS_LIGHTNING) {