Index: Source/modules/webaudio/PannerNode.h |
diff --git a/Source/modules/webaudio/PannerNode.h b/Source/modules/webaudio/PannerNode.h |
index 82b8440314cce4505a62b09f308881e1fd3689ac..2427eb4e45d55fd76b7a1eb0090dc552084bddd7 100644 |
--- a/Source/modules/webaudio/PannerNode.h |
+++ b/Source/modules/webaudio/PannerNode.h |
@@ -47,20 +47,6 @@ namespace WebCore { |
class PannerNode FINAL : public AudioNode { |
public: |
- // These must be defined as in the .idl file and must match those in the Panner class. |
- enum { |
- EQUALPOWER = 0, |
- HRTF = 1, |
- }; |
- |
- // These must be defined as in the .idl file and must match those |
- // in the DistanceEffect class. |
- enum { |
- LINEAR_DISTANCE = 0, |
- INVERSE_DISTANCE = 1, |
- EXPONENTIAL_DISTANCE = 2, |
- }; |
- |
// These enums are used to distinguish what cached values of panner are dirty. |
enum { |
AzimuthElevationDirty = 0x1, |