commit | e5649c75f072bfb7e3ada737d57b2ab8e41f078b | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Mon Aug 19 10:59:44 1996 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Mon Aug 19 10:59:44 1996 +0000 |
tree | ca7316e2f14af395a071af0569676251205e444e | |
parent | ee8662febda4ac1ee9d3604e452220554c08ab23 [diff] [blame] |
Removed {Set,Get}SoundVol (old calls not supported by cfm68k)
diff --git a/Mac/Modules/snd/sndscan.py b/Mac/Modules/snd/sndscan.py index 8db540a..249aa57 100644 --- a/Mac/Modules/snd/sndscan.py +++ b/Mac/Modules/snd/sndscan.py
@@ -44,9 +44,12 @@ 'GetSoundPreference', 'SetSoundPreference', 'GetCompressionInfo', - # And 3.1 calls, ditto... + # Calls with void_ptr arguments (to be done). 'SndGetInfo', 'SndSetInfo', + # And old calls that are no longer supported + 'SetSoundVol', + 'GetSoundVol', ]