Remove unused code

Code is also not cross-platform compatible
This commit is contained in:
Philipp Hörist 2018-11-10 18:51:21 +01:00
parent 298fb15306
commit 8061146d4f
1 changed files with 0 additions and 3 deletions

View File

@ -763,9 +763,6 @@ def strip_soundfile_path(file_, dirs=None, abs_=True):
return file_
def play_sound_file(path_to_soundfile):
if path_to_soundfile == 'beep':
exec_command('beep')
return
path_to_soundfile = check_soundfile_path(path_to_soundfile)
if path_to_soundfile is None:
return