From a39d96666bac9305c13b25241dd74f7d213f81ec Mon Sep 17 00:00:00 2001 From: Byoungchan Lee Date: Thu, 15 Apr 2021 07:54:38 +0900 Subject: [PATCH] Remove unused property isLocked from RTCAudioSession MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This property doesn't have a getter and it is not required anymore. Bug: None Change-Id: Ie3f057cd6928d7fdef4e7971476fb1257900ccc6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215261 Reviewed-by: Kári Helgason Commit-Queue: Kári Helgason Cr-Commit-Position: refs/heads/master@{#34125} --- sdk/objc/components/audio/RTCAudioSession.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/objc/components/audio/RTCAudioSession.h b/sdk/objc/components/audio/RTCAudioSession.h index f917e327a4..79658e3c81 100644 --- a/sdk/objc/components/audio/RTCAudioSession.h +++ b/sdk/objc/components/audio/RTCAudioSession.h @@ -137,8 +137,6 @@ RTC_OBJC_EXPORT * AVAudioSession. */ @property(nonatomic, readonly) BOOL isActive; -/** Whether RTCAudioSession is currently locked for configuration. */ -@property(nonatomic, readonly) BOOL isLocked; /** If YES, WebRTC will not initialize the audio unit automatically when an * audio track is ready for playout or recording. Instead, applications should