Index: Source/core/platform/audio/HRTFElevation.h |
diff --git a/Source/core/platform/audio/HRTFElevation.h b/Source/core/platform/audio/HRTFElevation.h |
index daee4aaf6c5c5184b3461400f1c298e0a98cd51e..3132c0fbfded9cf36efb46dd1344b70e1c8124c3 100644 |
--- a/Source/core/platform/audio/HRTFElevation.h |
+++ b/Source/core/platform/audio/HRTFElevation.h |
@@ -92,8 +92,6 @@ public: |
static bool calculateSymmetricKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String& subjectName, |
RefPtr<HRTFKernel>& kernelL, RefPtr<HRTFKernel>& kernelR); |
- void reportMemoryUsage(MemoryObjectInfo*) const; |
- |
private: |
HRTFElevation(PassOwnPtr<HRTFKernelList> kernelListL, PassOwnPtr<HRTFKernelList> kernelListR, int elevation, float sampleRate) |
: m_kernelListL(kernelListL) |