Commit d33e5d28 authored by Dan Pascu's avatar Dan Pascu

Removed unused variable

parent f37b27ca
......@@ -5575,7 +5575,6 @@ class SessionManager(object):
def _NH_FileTransferDidEnd(self, notification):
self.file_transfers.remove(notification.sender)
self.update_ringtone()
settings = SIPSimpleSettings()
if not notification.data.error and not self._filetransfer_tone_timer.isActive():
self._filetransfer_tone_timer.start()
player = WavePlayer(SIPApplication.voice_audio_bridge.mixer, Resources.get('sounds/file_transfer.wav'), volume=30)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment