Skip to content

Commit

Permalink
Clean up unnecessary compiler checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenix3 committed Aug 4, 2022
1 parent e68fac1 commit 212d774
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libultraship/libultraship/AudioPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ namespace Ship {
};
}

#if !_MSC_VER && !__APPLE__
#endif
#ifdef _WIN32
#include "WasapiAudioPlayer.h"
#elif defined(__linux)
Expand Down

0 comments on commit 212d774

Please sign in to comment.