Remove unused code
Code is also not cross-platform compatible
This commit is contained in:
		
							parent
							
								
									8d95eb9b99
								
							
						
					
					
						commit
						1f31ab04f2
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue