summaryrefslogtreecommitdiff
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
commit594371dfb7d28be30681dd5962d24ffcf43d6ba6 (patch)
tree89a64bca6417641f5a56c16e83b9d5eb2f77eb6f /hal/HalInternal.h
parent911dccfcf07150be82f248be60e2aed4758ec483 (diff)
downloadaura-central-594371dfb7d28be30681dd5962d24ffcf43d6ba6.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.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();