removed unloadSound
This commit is contained in:
parent
b8a7fd60fd
commit
7b979177f1
|
|
@ -148,10 +148,3 @@ class Loader:
|
|||
sound = base.sfxManager.getSound(soundPath)
|
||||
return sound
|
||||
|
||||
def unloadSound(self, sound):
|
||||
"""unloadSound(self, sound)
|
||||
"""
|
||||
if sound:
|
||||
Loader.notify.debug("Unloading sound: %s" % (sound) )
|
||||
del sound
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue