audio_core: Remove temp_mix_buffer
It's unused and doesn't need to be initialized
This commit is contained in:
parent
d9b729bbfd
commit
d7019d8307
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue