diff options
author | Moonchild <moonchild@palemoon.org> | 2021-04-30 21:22:08 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-04-30 21:22:08 +0000 |
commit | 5d567578230110edb9598e0e01a6058599ac63a3 (patch) | |
tree | d8c303bac59a5bbbbc6c6f5e541a01dec1a5ae49 /dom/media/GraphDriver.h | |
parent | c8576dce04d4124c9093d2f9bfc341e2e066ad4d (diff) | |
download | uxp-5d567578230110edb9598e0e01a6058599ac63a3.tar.gz |
Issue mcp-graveyard/UXP#1751 -- Remove XP_MACOSX conditionals from /dom
Diffstat (limited to 'dom/media/GraphDriver.h')
-rw-r--r-- | dom/media/GraphDriver.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/media/GraphDriver.h b/dom/media/GraphDriver.h index bb4f2689b8..f2a514b328 100644 --- a/dom/media/GraphDriver.h +++ b/dom/media/GraphDriver.h @@ -457,11 +457,6 @@ public: void CompleteAudioContextOperations(AsyncCubebOperation aOperation); private: /** - * On certain MacBookPro, the microphone is located near the left speaker. - * We need to pan the sound output to the right speaker if we are using the - * mic and the built-in speaker, or we will have terrible echo. */ - void PanOutputIfNeeded(bool aMicrophoneActive); - /** * This is called when the output device used by the cubeb stream changes. */ void DeviceChangedCallback(); /* Start the cubeb stream */ |