audio_core: Remove temp_mix_buffer

It's unused and doesn't need to be initialized
This commit is contained in:
Chloe Marcec 2020-11-28 23:25:28 +11:00
parent d9b729bbfd
commit d7019d8307
2 changed files with 1 additions and 3 deletions

View file

@ -73,7 +73,6 @@ private:
Core::Memory::Memory& memory;
CommandGenerator command_generator;
std::size_t elapsed_frame_count{};
std::vector<s32> temp_mix_buffer{};
};
} // namespace AudioCore