Index: Source/platform/audio/Panner.h |
diff --git a/Source/platform/audio/Panner.h b/Source/platform/audio/Panner.h |
index 7ccabd02c6ac4609301cc61509f94a107e84484d..ee752452417888d9fcfc87e9c83db2345bb16a5e 100644 |
--- a/Source/platform/audio/Panner.h |
+++ b/Source/platform/audio/Panner.h |
@@ -43,8 +43,7 @@ class PLATFORM_EXPORT Panner { |
public: |
enum { |
PanningModelEqualPower = 0, |
- PanningModelHRTF = 1, |
- PanningModelSoundField = 2 |
+ PanningModelHRTF = 1 |
}; |
typedef unsigned PanningModel; |