diff options
Diffstat (limited to 'src/audio_core/audio_event.cpp')
-rw-r--r-- | src/audio_core/audio_event.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio_core/audio_event.cpp b/src/audio_core/audio_event.cpp index d15568e1f..c23ef0990 100644 --- a/src/audio_core/audio_event.cpp +++ b/src/audio_core/audio_event.cpp @@ -20,7 +20,6 @@ size_t Event::GetManagerIndex(const Type type) const { default: UNREACHABLE(); } - return 3; } void Event::SetAudioEvent(const Type type, const bool signalled) { |