diff options
Diffstat (limited to 'NorthstarDLL/audio.h')
-rw-r--r-- | NorthstarDLL/audio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NorthstarDLL/audio.h b/NorthstarDLL/audio.h index 04bc00b5..26cda205 100644 --- a/NorthstarDLL/audio.h +++ b/NorthstarDLL/audio.h @@ -5,8 +5,6 @@ #include <regex> #include <shared_mutex> -namespace fs = std::filesystem; - enum class AudioSelectionStrategy { INVALID = -1, |