From 63522e8e280a1b76a96be6095e8f9d92882a45e7 Mon Sep 17 00:00:00 2001 From: Gabriele Svelto Date: Mon, 11 Jun 2018 00:22:56 +0200 Subject: Remove unused code for managing physical audio devices. This was only used in B2G/Gonk and can go. --- hal/HalInternal.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'hal/HalInternal.h') diff --git a/hal/HalInternal.h b/hal/HalInternal.h index d93023dd0..ea997c2f4 100644 --- a/hal/HalInternal.h +++ b/hal/HalInternal.h @@ -54,16 +54,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. */ -- cgit v1.2.3