Skip to content

Commit

Permalink
必要のないコメントを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Oct 2, 2023
1 parent 7ad0c0a commit 4f5a3e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mac/mac_audio_output_helper.mm
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ - (void)audioSession:(RTC_OBJC_TYPE(RTCAudioSession) *)audioSession
}

MacAudioOutputHelper::~MacAudioOutputHelper() {
// libwebrtc のサンプルにないが、あった方が良いのでここで removeDelegate を呼ぶ
RTC_OBJC_TYPE(RTCAudioSession)* session = [RTC_OBJC_TYPE(RTCAudioSession) sharedInstance];
[session removeDelegate:adapter_];
adapter_ = nil;
Expand Down

0 comments on commit 4f5a3e2

Please sign in to comment.