diff --git a/Lib/audiodev.py b/Lib/audiodev.py index 234514597ca..8945c983c21 100644 --- a/Lib/audiodev.py +++ b/Lib/audiodev.py @@ -210,8 +210,9 @@ class Play_Audio_sun: else: return 0 - def getfillable(self): - return BUFFERSIZE - self.getfilled() +## # Nobody remembers what this method does, and it's broken. :-( +## def getfillable(self): +## return BUFFERSIZE - self.getfilled() def AudioDev(): # Dynamically try to import and use a platform specific module.