Clean up unnecessary compiler checks.

This commit is contained in:
Kenix3 2022-08-03 20:56:04 -04:00
parent e68fac14c8
commit 212d774613
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ namespace Ship {
};
}
#if !_MSC_VER && !__APPLE__
#endif
#ifdef _WIN32
#include "WasapiAudioPlayer.h"
#elif defined(__linux)