Skip to content

Commit

Permalink
Removed duplication
Browse files Browse the repository at this point in the history
Removed duplication of input_node variable.
  • Loading branch information
SanquezH authored Feb 3, 2025
1 parent fe1c709 commit 1f6c975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plyer/platforms/ios/voip.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class iOSVoip(Voip):
debug = False

def __init__(self):
self.input_node = None
self.audio_engine = AVAudioEngine.alloc().init()
self.player_node = AVAudioPlayerNode.alloc().init()
self.processor = VoipMachine.alloc().init()
Expand Down

0 comments on commit 1f6c975

Please sign in to comment.