summaryrefslogtreecommitdiffstats
path: root/hal/HalInternal.h
diff options
context:
space:
mode:
authorGabriele Svelto <gsvelto@mozilla.com>2018-06-11 00:22:56 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-06-29 08:23:41 +0200
commit63522e8e280a1b76a96be6095e8f9d92882a45e7 (patch)
tree89a64bca6417641f5a56c16e83b9d5eb2f77eb6f /hal/HalInternal.h
parent9836c7e10440364f3516c9a29e351cba92237b61 (diff)
downloadUXP-63522e8e280a1b76a96be6095e8f9d92882a45e7.tar
UXP-63522e8e280a1b76a96be6095e8f9d92882a45e7.tar.gz
UXP-63522e8e280a1b76a96be6095e8f9d92882a45e7.tar.lz
UXP-63522e8e280a1b76a96be6095e8f9d92882a45e7.tar.xz
UXP-63522e8e280a1b76a96be6095e8f9d92882a45e7.zip
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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/hal/HalInternal.h b/hal/HalInternal.h
index d93023dd0..ea997c2f4 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();