Removing useless counters.

This commit is contained in:
Ben Vanik
2014-05-28 20:32:50 -07:00
parent 18b1f9f513
commit 997f582d1f
3 changed files with 0 additions and 5 deletions

View File

@@ -121,8 +121,6 @@ void XAudio2AudioDriver::Initialize() {
}
void XAudio2AudioDriver::SubmitFrame(uint32_t frame_ptr) {
SCOPE_profile_cpu_f("apu");
// Process samples! They are big-endian floats.
HRESULT hr;