Przeglądaj źródła

removed unloadSound

Dave Schuyler 24 lat temu
rodzic
commit
7b979177f1
1 zmienionych plików z 0 dodań i 7 usunięć
  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
-