mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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…
x
Reference in New Issue
Block a user