diff options
author | Gabriele Svelto <gsvelto@mozilla.com> | 2018-06-11 00:22:56 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-29 08:23:41 +0200 |
commit | 63522e8e280a1b76a96be6095e8f9d92882a45e7 (patch) | |
tree | 89a64bca6417641f5a56c16e83b9d5eb2f77eb6f /hal/HalInternal.h | |
parent | 9836c7e10440364f3516c9a29e351cba92237b61 (diff) | |
download | uxp-63522e8e280a1b76a96be6095e8f9d92882a45e7.tar.gz |
Remove unused code for managing physical audio devices.
This was only used in B2G/Gonk and can go.
Diffstat (limited to 'hal/HalInternal.h')
-rw-r--r-- | hal/HalInternal.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hal/HalInternal.h b/hal/HalInternal.h index d93023dd0d..ea997c2f48 100644 --- a/hal/HalInternal.h +++ b/hal/HalInternal.h @@ -55,16 +55,6 @@ void EnableScreenConfigurationNotifications(); void DisableScreenConfigurationNotifications(); /** - * Enable switch notifications from the backend - */ -void EnableSwitchNotifications(hal::SwitchDevice aDevice); - -/** - * Disable switch notifications from the backend - */ -void DisableSwitchNotifications(hal::SwitchDevice aDevice); - -/** * Enable alarm notifications from the backend. */ MOZ_MUST_USE bool EnableAlarm(); |