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
*
* This program is free software: you can redistribute it and/or modify
@ -1867,21 +1867,7 @@ void ProcessTestKeys(int key) {
break;
case KEY_V:
/*
#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
*/
// TODO: should this actually be a fallthrough?
case KEY_W:
if (Weather.flags & WEATHER_FLAGS_LIGHTNING) {