Don't need this.

This commit is contained in:
Dr. Chat 2015-05-28 22:34:59 -05:00
parent d303f4a5ce
commit 8c1b36d102
1 changed files with 0 additions and 5 deletions

View File

@ -330,11 +330,6 @@ void AudioSystem::UnregisterClient(size_t index) {
}
void AudioSystem::ProcessXmaContext(XMAContext& context, XMAContextData& data) {
if (!context.in_use) {
// Skip unused contexts.
return;
}
SCOPE_profile_cpu_f("apu");
// Translate pointers for future use.