removed unloadSound

This commit is contained in:
Dave Schuyler 2002-01-17 06:31:59 +00:00
parent b8a7fd60fd
commit 7b979177f1

View File

@ -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