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 e2b0bb1be4
commit 35f0c8e80e
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