| Index: Source/modules/webaudio/AudioBufferSourceNode.h
|
| diff --git a/Source/modules/webaudio/AudioBufferSourceNode.h b/Source/modules/webaudio/AudioBufferSourceNode.h
|
| index 638ee0ff0a2538913febe8c12cafeadda5cfa1dd..daa88912f3725eeed06a3fdec6f1468b1a9e18f6 100644
|
| --- a/Source/modules/webaudio/AudioBufferSourceNode.h
|
| +++ b/Source/modules/webaudio/AudioBufferSourceNode.h
|
| @@ -79,10 +79,6 @@ public:
|
| void setLoopStart(double loopStart) { m_loopStart = loopStart; }
|
| void setLoopEnd(double loopEnd) { m_loopEnd = loopEnd; }
|
|
|
| - // Deprecated.
|
| - bool looping();
|
| - void setLooping(bool);
|
| -
|
| AudioParam* gain() { return m_gain.get(); }
|
| AudioParam* playbackRate() { return m_playbackRate.get(); }
|
|
|
|
|