Browse Source

removed unloadSound

Dave Schuyler 24 years ago
parent
commit
7b979177f1
1 changed files with 0 additions and 7 deletions
  1. 0 7
      direct/src/showbase/Loader.py

+ 0 - 7
direct/src/showbase/Loader.py

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